SessionResubscribe Method (IListSubscription, Int32) |
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.17.0.1
Syntax public void Resubscribe(
IList<Subscription> subscriptionList,
int resubId
)
Public Sub Resubscribe (
subscriptionList As IList(Of Subscription),
resubId As Integer
)
public:
virtual void Resubscribe(
IList<Subscription^>^ subscriptionList,
int resubId
) sealed
abstract Resubscribe :
subscriptionList : IList<Subscription> *
resubId : int -> unit
override Resubscribe :
subscriptionList : IList<Subscription> *
resubId : int -> unit
Parameters
- subscriptionList
- Type: System.Collections.GenericIListSubscription
A subscription list with new subscriptions and existing
correlation IDs.
- resubId
- Type: SystemInt32
An integer that identifies this request and appears in the SUBSCRIPTION_STATUS event.
Implements
ISessionResubscribe(IListSubscription, Int32)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