Bloomberg API for .NET
Resubscribe Method (subscriptionList)
NamespacesBloomberglp.BlpapiSessionResubscribe(IList<(Of <<'(Subscription>)>>))
Modifies each subscription in the specified subscriptionList to reflect the modified options specified for it.
Declaration Syntax
C#Visual BasicVisual C++
public void Resubscribe(
	IList<Subscription> subscriptionList
)
Public Sub Resubscribe ( 
	subscriptionList As IList(Of Subscription)
)
public:
void Resubscribe(
	IList<Subscription^>^ subscriptionList
)
Parameters
subscriptionList (IList<(Of <(<'Subscription>)>)>)
A subscription list with new subscriptions and existing correlation IDs.
Remarks
This is the same as calling Resubscribe(subscriptionList, null).
Exceptions
ExceptionCondition
InvalidOperationException The session is not started.
NotFoundException Any of the CorrelationIDs specified in the subscriptionList is not a valid subscription.

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