IAbstractSessionCancel Method (CorrelationID, String) |
Cancels an outstanding request or a subscription.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax void Cancel(
CorrelationID correlationId,
string requestLabel
)
Sub Cancel (
correlationId As CorrelationID,
requestLabel As String
)
void Cancel(
CorrelationID^ correlationId,
String^ requestLabel
)
abstract Cancel :
correlationId : CorrelationID *
requestLabel : string -> unit
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