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.18.1.1
Syntax public void Cancel(
CorrelationID correlationId,
string requestLabel
)
Public Sub Cancel (
correlationId As CorrelationID,
requestLabel As String
)
public:
virtual void Cancel(
CorrelationID^ correlationId,
String^ requestLabel
) sealed
abstract Cancel :
correlationId : CorrelationID *
requestLabel : string -> unit
override Cancel :
correlationId : CorrelationID *
requestLabel : string -> unit
Parameters
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
- requestLabel
- Type: SystemString
Implements
IAbstractSessionCancel(CorrelationID, String)Exceptions Exception | Condition |
---|
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