Click or drag to resize
Subscription Constructor
Overload List
  NameDescription
Public methodSubscription(String)
Create a Subscription object with the specified subscription string. Subscription(String, CorrelationID)
Public methodSubscription(String, CorrelationID)
Initializes a new instance of the Subscription class
Public methodSubscription(String, Boolean) Obsolete.
Deprecated since 3.25.2. Usage of pre-resolved topics is no longer supported. use Subscription(String) instead. Creates a Subscription object with the specified subscriptionString, and the specified isResolved flag and an internally generated CorrelationID. The isResolved flag is now deprecated and internally defaults to false.
Public methodSubscription(String, IListString)
Public methodSubscription(String, String)
Creates a Subscription object with the specified security and fields with no options and an internally generated CorrelationID.
Public methodSubscription(String, CorrelationID, Boolean) Obsolete.
Deprecated since 3.25.2. Usage of pre-resolved topics is no longer supported. use Subscription(String, CorrelationID) instead. Creates a Subscription object with the specified subscriptionString, the specified correlationID for correlation, and the specified isResolved flag. The isResolved flag is now deprecated and internally defaults to false.
Public methodSubscription(String, IListString, CorrelationID)
Creates a Subscription object with the specified security, fields and correlationId.
Public methodSubscription(String, IListString, IListString)
Creates a Subscription object with the specified security, fields and options.
Public methodSubscription(String, String, CorrelationID)
Creates a Subscription object with the specified security and fields with no options and the specified correlationId.
Public methodSubscription(String, String, String)
Creates a Subscription object with the specified security, fields and options and an internally generated CorrelationID.
Public methodSubscription(String, IListString, IListString, CorrelationID)
Initializes a new instance of the Subscription class
Public methodSubscription(String, String, String, CorrelationID)
Creates a Subscription object with the specified security, fields, options and correlationId.
Top
See Also