forwardTcpSettings Property    Table of ContentBindFeedEngine Method forward
Handler Methods

The Handler type exposes the following members.

Methods
  NameDescription
Public methodBindFeedEngine
Binds Feed Engine to the Handler. Handler must be in stopped state.
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetTcpServerCredentials
Set credentials for a TCP server.
Public methodStart(ICollection<GroupSubscription>)
Subscribes to the given groups. Subscribers are get notified about certain events through previously registered handlers. Notifications will occur until Stop() member will be called.
Public methodStart(ICollection<MarketSubscription>)
Subscribes to the given markets. Subscribers are get notified about certain events through previously registered handlers. Notifications will occur until Stop() member will be called.
Public methodStop
Interrupts all subscriptions.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also