Click or drag to resize
IAbstractSessionCancel Method (CorrelationID, String)
Cancels an outstanding request or a subscription.

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

Parameters

correlationId
Type: Bloomberglp.BlpapiCorrelationID
A CorrelationID which identifies a request or subscription.
requestLabel
Type: SystemString
A label which will be recorded along with any diagnostics for this operation.
See Also