SubscribeFlag Fields

Solclient

SubscribeFlag Fields
version: 7.2.1.27

The SubscribeFlag type exposes the following members.

Fields
  Name Description
Public field Static member 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.
Public field Static member 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.
Public field Static member WaitForConfirm
The API call will block until a confirmation is received.
Top
See Also