SessionSendRequest Method (Request, CorrelationID, String) |
The session identity will be used if it's been authorized.
Namespace: Bloomberglp.Blpapi
public CorrelationID SendRequest( Request request, CorrelationID correlationId, string requestLabel )
Exception | Condition |
---|---|
InvalidOperationException | The session is not started. |
InvalidRequestException | The request is not compliant with the schema for the request. |
IOException | Any error occurs while sending the request. |
RequestQueueOverflowException | This session has too many enqueued requests. |
DuplicateCorrelationIDException | The specified correlationId is already active for this Session. |