ISessionSendRequest Method (Request, Identity, CorrelationID, String) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax CorrelationID SendRequest(
Request request,
Identity identity,
CorrelationID correlationId,
string requestLabel
)
Function SendRequest (
request As Request,
identity As Identity,
correlationId As CorrelationID,
requestLabel As String
) As CorrelationID
CorrelationID^ SendRequest(
Request^ request,
Identity^ identity,
CorrelationID^ correlationId,
String^ requestLabel
)
abstract SendRequest :
request : Request *
identity : Identity *
correlationId : CorrelationID *
requestLabel : string -> CorrelationID
Parameters
- request
- Type: Bloomberglp.BlpapiRequest
- identity
- Type: Bloomberglp.BlpapiIdentity
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
- requestLabel
- Type: SystemString
Return Value
Type:
CorrelationIDSee Also