Click or drag to resize
SessionGetSubscriptionString Method
Returns the subscription string for the specified correlationId.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public string GetSubscriptionString(
	CorrelationID correlationId
)

Parameters

correlationId
Type: Bloomberglp.BlpapiCorrelationID
The correlation id for which the subscription string is requested.

Return Value

Type: String
The subscription string for the specified correlationId.
Exceptions
ExceptionCondition
NotFoundException The specified correlationId has no associated subscription.
See Also