SessionSendRequest Method (Request, CorrelationID) |
Sends the specified request to a service using this session.
The session identity will be used if it's been authorized.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax public CorrelationID SendRequest(
Request request,
CorrelationID correlationId
)
Public Function SendRequest (
request As Request,
correlationId As CorrelationID
) As CorrelationID
public:
virtual CorrelationID^ SendRequest(
Request^ request,
CorrelationID^ correlationId
) sealed
abstract SendRequest :
request : Request *
correlationId : CorrelationID -> CorrelationID
override SendRequest :
request : Request *
correlationId : CorrelationID -> CorrelationID
Parameters
- request
- Type: Bloomberglp.BlpapiRequest
A filled in request that needs to be sent to the service.
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
A correlationId to be used to match the response.
Return Value
Type:
CorrelationIDImplements
ISessionSendRequest(Request, CorrelationID)Exceptions Remarks This method is the same as calling
SendRequest
with a null
Identity,
EventQueue and a null request label.
See Also