AbstractSessionGenerateToken Method (CorrelationID, IEventQueue) |
Return a generated token to be used for authorization.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax public CorrelationID GenerateToken(
CorrelationID correlationId,
IEventQueue eventQueue
)
Public Function GenerateToken (
correlationId As CorrelationID,
eventQueue As IEventQueue
) As CorrelationID
public:
virtual CorrelationID^ GenerateToken(
CorrelationID^ correlationId,
IEventQueue^ eventQueue
) sealed
abstract GenerateToken :
correlationId : CorrelationID *
eventQueue : IEventQueue -> CorrelationID
override GenerateToken :
correlationId : CorrelationID *
eventQueue : IEventQueue -> CorrelationID
Parameters
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
- eventQueue
- Type: Bloomberglp.BlpapiIEventQueue
Return Value
Type:
CorrelationID a CorrelationID for this asynchronous openService request.
Implements
IAbstractSessionGenerateToken(CorrelationID, IEventQueue)Exceptions Exception | Condition |
---|
InvalidOperationException |
Session is not started.
|
ArgumentException |
Invalid authentication option is specified in session option or
there is failure to get authentication information based on
authentication option.
|
DuplicateCorrelationIDException |
The specified correlationId is already active for this Session.
|
Remarks
Generate a token to be used for authorization
See Also