ISessionServiceIsSessionValid Method

Determines whether the specified session corresponds to a valid, not-expired session.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
bool IsSessionValid(
	Guid sessionId
)

Parameters

sessionId  Guid
The ID of the session.

Return Value

Boolean
if the session is valid; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionsessionId is Empty.
See Also