Click or drag to resize
SessionSubscribe Method (IListSubscription)
Initiates a request to receive asynchronous updates to the specified topics.

The session identity will be used if it's been authorized.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax
public void Subscribe(
	IList<Subscription> subscriptionList
)

Parameters

subscriptionList
Type: System.Collections.GenericIListSubscription
A list of subscription strings to subscribe

Implements

ISessionSubscribe(IListSubscription)
Exceptions
ExceptionCondition
InvalidOperationException The session is not started.
DuplicateCorrelationIDException Any of the correlationIds specified in the subscriptionList is not unique.
ArgumentException The specified 'subscriptionList' is null or empty.
Remarks
See Also