ISessionResubscribe Method (IListSubscription, String) |
Modifies subscriptions to reflect the modified options specified
for them.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax void Resubscribe(
IList<Subscription> subscriptionList,
string requestLabel
)
Sub Resubscribe (
subscriptionList As IList(Of Subscription),
requestLabel As String
)
void Resubscribe(
IList<Subscription^>^ subscriptionList,
String^ requestLabel
)
abstract Resubscribe :
subscriptionList : IList<Subscription> *
requestLabel : string -> unit
Parameters
- subscriptionList
- Type: System.Collections.GenericIListSubscription
A list of active subscriptions whose options need to be changed.
- requestLabel
- Type: SystemString
A label which will be recorded along with any diagnostics for this
operation.
Remarks
Each entry has a
CorrelationID which must identify an
active subscription. The modified options replace the current
options for that subscription and a
SUBSCRIPTION_STATUS event will be
generated before the first update based on the new options.
See Also