SessionResubscribe Method (IListSubscription) |
Modifies each subscription in the specified subscriptionList to reflect
the modified options specified for it.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax public void Resubscribe(
IList<Subscription> subscriptionList
)
Public Sub Resubscribe (
subscriptionList As IList(Of Subscription)
)
public:
virtual void Resubscribe(
IList<Subscription^>^ subscriptionList
) sealed
abstract Resubscribe :
subscriptionList : IList<Subscription> -> unit
override Resubscribe :
subscriptionList : IList<Subscription> -> unit
Parameters
- subscriptionList
- Type: System.Collections.GenericIListSubscription
A subscription list with new subscriptions and existing
correlation IDs.
Implements
ISessionResubscribe(IListSubscription)Exceptions Exception | Condition |
---|
InvalidOperationException |
The session is not started.
|
NotFoundException |
Any of the CorrelationIDs specified in the
subscriptionList is not a valid subscription.
|
Remarks See Also