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.15.0.1
Syntax 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
)
member 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.
Exceptions Remarks See Also