ILogOnServiceExecuteSessionToken Method  | 
 
            Exchanges a one-time session token for the actual session ID.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
 - Type: SystemGuid
The session token. 
Return Value
Type: 
NullableGuidThe session ID corresponding to the token, or 
 if the token was not found.
Exceptions
See Also