SubscribeFlag Class

Solclient

SubscribeFlag Class
version: 7.2.1.27
Inheritance Hierarchy
SystemObject  SolaceSystems.Solclient.MessagingSubscribeFlag

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public class SubscribeFlag
Public Class SubscribeFlag
public ref class SubscribeFlag

The SubscribeFlag type exposes the following members.

Constructors
  NameDescription
Public methodSubscribeFlag
Initializes a new instance of the SubscribeFlag class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberLocalDispatchOnly
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 fieldStatic memberRequestConfirm
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 fieldStatic memberWaitForConfirm
The API call will block until a confirmation is received.
Top
See Also