Click or drag to resize
ISessionResubscribe Method (IListSubscription)
Modifies subscriptions to reflect the modified options specified for them.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax
void Resubscribe(
	IList<Subscription> subscriptionList
)

Parameters

subscriptionList
Type: System.Collections.GenericIListSubscription
A list of active subscriptions whose options need to be changed.
See Also