Modifies each subscription in the specified subscriptionList to reflect
the modified options specified for it.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
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.7.4.1