SessionSendRequest Method (Request, Identity, CorrelationID, String) |
Sends the specified request to a service using this session.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public CorrelationID SendRequest(
Request request,
Identity identity,
CorrelationID correlationId,
string requestLabel
)
Public Function SendRequest (
request As Request,
identity As Identity,
correlationId As CorrelationID,
requestLabel As String
) As CorrelationID
public:
CorrelationID^ SendRequest(
Request^ request,
Identity^ identity,
CorrelationID^ correlationId,
String^ requestLabel
)
member SendRequest :
request : Request *
identity : Identity *
correlationId : CorrelationID *
requestLabel : string -> CorrelationID
Parameters
- request
- Type: Bloomberglp.BlpapiRequest
A filled in request that needs to be sent to the service.
- identity
- Type: Bloomberglp.BlpapiIdentity
A handle to the user whose privileges are to be used 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:
CorrelationIDExceptions Remarks This method is the same as calling
SendRequest
with a null
EventQueue.
See Also