ILogOnServiceGetSessionToken Method |
Creates a session token for the specified session.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxGuid GetSessionToken(
Guid sessionId,
TimeSpan lifetime
)
Function GetSessionToken (
sessionId As Guid,
lifetime As TimeSpan
) As Guid
Guid GetSessionToken(
Guid sessionId,
TimeSpan lifetime
)
abstract GetSessionToken :
sessionId : Guid *
lifetime : TimeSpan -> Guid Parameters
- sessionId Guid
- The ID of the session for which to create the token.
- lifetime TimeSpan
- The amount of time for which the token should be valid.
Return Value
GuidThe GUID representing the session token.
Exceptions
See Also