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