SessionSubscribe Method (IListSubscription, String) |
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.15.0.1
Syntax public void Subscribe(
IList<Subscription> subscriptionList,
string requestLabel
)
Public Sub Subscribe (
subscriptionList As IList(Of Subscription),
requestLabel As String
)
public:
void Subscribe(
IList<Subscription^>^ subscriptionList,
String^ requestLabel
)
member Subscribe :
subscriptionList : IList<Subscription> *
requestLabel : string -> unit
Parameters
- subscriptionList
- Type: System.Collections.GenericIListSubscription
A list of subscription strings to subscribe
- requestLabel
- Type: SystemString
A label that defines a string which will be recorded along with
any diagnostics for this operation.
Exceptions Remarks See Also