Bloomberg API for .NET
Unsubscribe Method (subscriptionList)
NamespacesBloomberglp.BlpapiSessionUnsubscribe(IList<(Of <<'(Subscription>)>>))
Cancels previous requests for asynchronous topic updates associated with the correlation ids listed in the specified subscriptionList.
Declaration Syntax
C#Visual BasicVisual C++
public void Unsubscribe(
	IList<Subscription> subscriptionList
)
Public Sub Unsubscribe ( 
	subscriptionList As IList(Of Subscription)
)
public:
void Unsubscribe(
	IList<Subscription^>^ subscriptionList
)
Parameters
subscriptionList (IList<(Of <(<'Subscription>)>)>)
A list of correlationIds of subscriptions that are to be unsubscribed.
Remarks
This operation provides a convenience for cancelling Subscriptions using a list of subscriptions.

See Cancel(IList, string) operation for more information on the handling of cancel requests and other important notes.

Exceptions
ExceptionCondition
InvalidOperationException Session is not started.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1