PubSub+ Messaging API for .NET
C#
10.26.0
Show/Hide TOC
IDispatch
Target Interface
It encapsulates an ISubscription and message callback delegate. This tuple is used as an argument for
IMessageDispatcher
operations.
Definition
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
C#
Copy
public
interface
IDispatchTarget
Properties
MessageHandler
The callback delegate to which the matching messages are delivered to.
Subscription
The
ISubscription
used to attract messages with matching destinations.
See Also
Reference
SolaceSystems.Solclient.Messaging Namespace
In This Article
Definition
Properties
See Also