PubSub+ Messaging API for .NET
C#
10.26.0
Show/Hide TOC
Subscribe
Flag
Local
Dispatch
Only Field
When using this flag with
Subscribe(IDispatchTarget, Int32, Object)
or
Unsubscribe(IDispatchTarget, Int32, Object)
this flag indicates the subscription should only be added to the dispatch table and should not be added to the appliance.
Definition
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
C#
Copy
public
static
int
LocalDispatchOnly
Field Value
Int32
See Also
Reference
SubscribeFlag Class
SolaceSystems.Solclient.Messaging Namespace
In This Article
Definition
See Also