Solclient
SubscribeFlag Fields |
The SubscribeFlag type exposes the following members.
Fields
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.
|
See Also