ILogOnServiceExecuteSessionToken Method |
Exchanges a one-time session token for the actual session ID.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxGuid? ExecuteSessionToken(
Guid sessionToken
)
Function ExecuteSessionToken (
sessionToken As Guid
) As Guid?
Nullable<Guid> ExecuteSessionToken(
Guid sessionToken
)
abstract ExecuteSessionToken :
sessionToken : Guid -> Nullable<Guid> Parameters
- sessionToken Guid
- The session token.
Return Value
NullableGuidThe session ID corresponding to the token, or
if the token was not found.
Exceptions
See Also