SessionSendRequest Method (Request, IEventQueue, CorrelationID, String) |
Sends the specified request to a service using this session.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax public CorrelationID SendRequest(
Request request,
IEventQueue eventQueue,
CorrelationID correlationId,
string requestLabel
)
Public Function SendRequest (
request As Request,
eventQueue As IEventQueue,
correlationId As CorrelationID,
requestLabel As String
) As CorrelationID
public:
virtual CorrelationID^ SendRequest(
Request^ request,
IEventQueue^ eventQueue,
CorrelationID^ correlationId,
String^ requestLabel
) sealed
abstract SendRequest :
request : Request *
eventQueue : IEventQueue *
correlationId : CorrelationID *
requestLabel : string -> CorrelationID
override SendRequest :
request : Request *
eventQueue : IEventQueue *
correlationId : CorrelationID *
requestLabel : string -> CorrelationID
Parameters
- request
- Type: Bloomberglp.BlpapiRequest
Filled in request that needs to be sent to the service.
- eventQueue
- Type: Bloomberglp.BlpapiIEventQueue
An event queue to be used to receive response events for this request.
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
A correlationId to be used to match the response.
- requestLabel
- Type: SystemString
A label that defines a string which will be recorded along with
any diagnostics for this operation.
Return Value
Type:
CorrelationIDImplements
ISessionSendRequest(Request, IEventQueue, CorrelationID, String)Exceptions Remarks This method is the same as calling
SendRequest
with a null
Identity.
See Also