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