Click or drag to resize

IDispatchTarget Interface

version: 10.22.0
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: 10.22.0
Syntax
C#
public interface 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