IDispatchTarget Interface

Solclient

IDispatchTarget Interface
version: 7.2.1.27
It encapsulates an ISubscription and message callback delegate. This tuple is used as an argument for IMessageDispatcher operations.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public interface IDispatchTarget
Public Interface IDispatchTarget
public interface class IDispatchTarget

The IDispatchTarget type exposes the following members.

Properties
  NameDescription
Public propertyMessageHandler
The callback delegate to which the matching messages are delivered to.
Public propertySubscription
The ISubscription used to attract messages with matching destinations.
Top
See Also