ISessionServiceGetSession Method

Gets the Session with the specified ID.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Session? GetSession(
	Guid id
)

Parameters

id  Guid
The ID of the session to retrieve.

Return Value

Session
An object representing the session with the specified ID, or if there was no session corresponding to id.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
See Also