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 (24.1.0.1001)
Syntax
bool IsSessionValid(
	Guid sessionId
)

Parameters

sessionId
Type: SystemGuid
The ID of the session.

Return Value

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