Click or drag to resize
AbstractSessionCancel Method (CorrelationID, String)
Cancels an outstanding request or a subscription represented by the specified correlationId.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public void Cancel(
	CorrelationID correlationId,
	string requestLabel
)

Parameters

correlationId
Type: Bloomberglp.BlpapiCorrelationID
requestLabel
Type: SystemString
Exceptions
ExceptionCondition
InvalidOperationException Session is not started.
Remarks
This operation provides a convenience of passing a single CorrelationID. See Cancel(IListCorrelationID, String) operation for more information on the handling of cancel requests and other important notes.
See Also