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