Bloomberg API for .NET
Resubscribe Method (subscriptionList, resubId)
NamespacesBloomberglp.BlpapiSessionResubscribe(IList<(Of <<'(Subscription>)>>), Int32)
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,
	int resubId
)
Public Sub Resubscribe ( 
	subscriptionList As IList(Of Subscription),
	resubId As Integer
)
public:
void Resubscribe(
	IList<Subscription^>^ subscriptionList, 
	int resubId
)
Parameters
subscriptionList (IList<(Of <(<'Subscription>)>)>)
A subscription list with new subscriptions and existing correlation IDs.
resubId (Int32)
An integer that identifies this request and appears in the SUBSCRIPTION_STATUS event.
Remarks
This is the same as calling Resubscribe(subscriptionList, resubId, 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