Click or drag to resize
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.12.5.1
Syntax
public void Resubscribe(
	IList<Subscription> subscriptionList
)

Parameters

subscriptionList
Type: System.Collections.GenericIListSubscription
A subscription list with new subscriptions and existing correlation IDs.
Exceptions
ExceptionCondition
InvalidOperationException The session is not started.
NotFoundException Any of the CorrelationIDs specified in the subscriptionList is not a valid subscription.
Remarks
This is the same as calling Resubscribe(subscriptionList, null).
See Also