public class SubscribeFlag
SubscribeFlag | Initializes a new instance of the SubscribeFlag class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (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 | Returns a string that represents the current object. (Inherited from Object) |
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. |