Click or drag to resize
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.23.1.1
Syntax
void Unsubscribe(
	IList<Subscription> subscriptionList,
	string requestLabel
)

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