Click or drag to resize
AbstractSessionGenerateToken Method (CorrelationID)
Return a generated token to be used for authorization.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public CorrelationID GenerateToken(
	CorrelationID correlationId
)

Parameters

correlationId
Type: Bloomberglp.BlpapiCorrelationID
A CorrelationID for correlating this request

Return Value

Type: CorrelationID
a CorrelationID for this asynchronous openService request.

Implements

IAbstractSessionGenerateToken(CorrelationID)
Exceptions
ExceptionCondition
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