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 (24.1.0.1001)
Syntax
Session? GetSession(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of the session to retrieve.

Return Value

Type: 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