Solclient
IDispatchTarget Interface |
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
The IDispatchTarget type exposes the following members.
Properties
Name | Description | |
---|---|---|
MessageHandler |
The callback delegate to which the matching messages are
delivered to.
| |
Subscription |
The ISubscription used to attract messages with matching destinations.
|
See Also