Click or drag to resize
IAbstractSessionSendAuthorizationRequest Method (Request, Identity, CorrelationID)
This is the same as calling SendAuthorizationRequest(Request, Identity, IEventQueue, CorrelationID, String) with a null IEventQueue and null request label.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.1
Syntax
CorrelationID SendAuthorizationRequest(
	Request authorizationRequest,
	Identity identity,
	CorrelationID correlationId
)

Parameters

authorizationRequest
Type: Bloomberglp.BlpapiRequest
identity
Type: Bloomberglp.BlpapiIdentity
correlationId
Type: Bloomberglp.BlpapiCorrelationID

Return Value

Type: CorrelationID
See Also