This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public interface HitServiceChannel
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface HitServiceChannel

The type exposes the following members.

Public Methods

  Name Description
Public method Abort (Inherited from ICommunicationObject.)
Public method BeginClose (Inherited from ICommunicationObject.)
Public method BeginClose (Inherited from ICommunicationObject.)
Public method BeginDisplayInitializationUI (Inherited from IClientChannel.)
Public method BeginOpen (Inherited from ICommunicationObject.)
Public method BeginOpen (Inherited from ICommunicationObject.)
Public method Close (Inherited from ICommunicationObject.)
Public method Close (Inherited from ICommunicationObject.)
Public method DisplayInitializationUI (Inherited from IClientChannel.)
Public method Dispose (Inherited from IDisposable.)
Public method EndClose (Inherited from ICommunicationObject.)
Public method EndDisplayInitializationUI (Inherited from IClientChannel.)
Public method EndOpen (Inherited from ICommunicationObject.)
Public method ExecuteReader (Inherited from HitService.)
Public method FlushSite (Inherited from HitService.)
Public method FlushSites (Inherited from HitService.)
Public method GetDailyQuery (Inherited from HitService.)
Public method GetOutdatedItems (Inherited from HitService.)
Public method GetProperty<(Of <<'(T>)>>) (Inherited from IChannel.)
Public method GetSettings (Inherited from HitService.)
Public method Login (Inherited from HitService.)
Public method Open (Inherited from ICommunicationObject.)
Public method Open (Inherited from ICommunicationObject.)
Public method ProcessCustomEventHit (Inherited from HitService.)
Public method ProcessHit (Inherited from HitService.)
Public method SetDailyQueryValue (Inherited from HitService.)
Public method SetItemDetails (Inherited from HitService.)

Public Properties

  Name Description
Public property AllowInitializationUI (Inherited from IClientChannel.)
Public property AllowOutputBatching (Inherited from IContextChannel.)
Public property DidInteractiveInitialization (Inherited from IClientChannel.)
Public property Extensions (Inherited from IExtensibleObject<(Of <IContextChannel>)>.)
Public property InputSession (Inherited from IContextChannel.)
Public property LocalAddress (Inherited from IContextChannel.)
Public property OperationTimeout (Inherited from IContextChannel.)
Public property OutputSession (Inherited from IContextChannel.)
Public property RemoteAddress (Inherited from IContextChannel.)
Public property SessionId (Inherited from IContextChannel.)
Public property State (Inherited from ICommunicationObject.)
Public property Via (Inherited from IClientChannel.)

Public Events

  Name Description
Public event Closed (Inherited from ICommunicationObject.)
Public event Closing (Inherited from ICommunicationObject.)
Public event Faulted (Inherited from ICommunicationObject.)
Public event Opened (Inherited from ICommunicationObject.)
Public event Opening (Inherited from ICommunicationObject.)
Public event UnknownMessageReceived (Inherited from IClientChannel.)

See Also

Advanced