Click or drag to resize
SessionGetSubscriptions Method
Returns an enumerable collection for iterating over the subscriptions.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public IEnumerable<Subscription> GetSubscriptions()

Return Value

Type: IEnumerableSubscription
An enumerabale collection of Subscriptions.
See Also