Click or drag to resize
AbstractSessionCancel Method (IListCorrelationID)
Cancels outstanding requests or subscriptions represented by the specified list of correlationIds.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public void Cancel(
	IList<CorrelationID> correlators
)

Parameters

correlators
Type: System.Collections.GenericIListCorrelationID
Exceptions
ExceptionCondition
InvalidOperationException Session is not started.
Remarks
Same as calling Cancel(correlators, null).
See Also