10.24.0

SubscribeFlag Class

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public class SubscribeFlag
Inheritance
Object    SubscribeFlag

Constructors

SubscribeFlagInitializes a new instance of the SubscribeFlag class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

LocalDispatchOnly 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.
RequestConfirm Requests a confirmation for the subscribe/unsubscribe operation. This bit is implied by WaitForConfirm. If WaitForConfirm is not set when this flag is set, then a confirmation event is issued through the session event callback delegate, but the API call will not block.
WaitForConfirm The API call will block until a confirmation is received.

See Also