ISessionUnsubscribe Method (IListSubscription, String) |
Cancel a list of subscriptions.
If the CorrelationID of any entry in the list does
not identify a current subscription then that entry is ignored.
See Cancel(CorrelationID) for more
information on the handling of cancel requests.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax void Unsubscribe(
IList<Subscription> subscriptionList,
string requestLabel
)
Sub Unsubscribe (
subscriptionList As IList(Of Subscription),
requestLabel As String
)
void Unsubscribe(
IList<Subscription^>^ subscriptionList,
String^ requestLabel
)
abstract Unsubscribe :
subscriptionList : IList<Subscription> *
requestLabel : string -> unit
Parameters
- subscriptionList
- Type: System.Collections.GenericIListSubscription
A list of active subscription which will be canceled.
- requestLabel
- Type: SystemString
A label which will be recorded along with any diagnostics for this
operation.
See Also