Bloomberg API for .NET
Subscription Constructor (subscriptionString, correlationID, isResolved)
NamespacesBloomberglp.BlpapiSubscriptionSubscription(String, CorrelationID, Boolean)
Creates a Subscription object with the specified subscriptionString, the specified correlationID for correlation, and the specified isResolved flag. If the isResolved is set to true, the subscriptionString is assumed to be a fully-resolved topic string. Note that even if isResolved flag is true, it is still at the discretion of each function operating on Subscription to perform resolution (again) on this topic or not.
Declaration Syntax
C#Visual BasicVisual C++
public Subscription(
	string subscriptionString,
	CorrelationID correlationID,
	bool isResolved
)
Public Sub New ( 
	subscriptionString As String,
	correlationID As CorrelationID,
	isResolved As Boolean
)
public:
Subscription(
	String^ subscriptionString, 
	CorrelationID^ correlationID, 
	bool isResolved
)
Parameters
subscriptionString (String)
string representing the data to be subscribed
correlationID (CorrelationID)
the correlation id
isResolved (Boolean)
whether the resolution phase can be skipped because the subscriptionString contains a pre-resolved topic

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1