ISessionService.IsSessionValid 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 (25.1.0.1000)
Syntaxbool IsSessionValid(
Guid sessionId
)
Function IsSessionValid (
sessionId As Guid
) As Boolean
bool IsSessionValid(
Guid sessionId
)
abstract IsSessionValid :
sessionId : Guid -> bool
Parameters
- sessionId
- Type: System.Guid
The ID of the session.
Return Value
Type:
Booleantrue if the session is valid; otherwise,
false.
Exceptions
See Also