Solclient
SubscribeFlag Class |
Defines the possible flags that can be used in the following methods:
Subscribe(IEndpoint, ISubscription, Int32, Object) and
Subscribe(IEndpoint, ISubscription, Int32, Object)Subscribe(IDispatchTarget, Int32, Object) and Unsubscribe(IDispatchTarget, Int32, Object)

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)

The SubscribeFlag type exposes the following members.

Name | Description | |
---|---|---|
![]() | SubscribeFlag | Initializes a new instance of the SubscribeFlag class |

Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() ![]() | 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.
|
