ISessionServiceIsSessionValid Method |
Determines whether the specified session corresponds to a valid, not-expired session.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool IsSessionValid(
Guid sessionId
)
Function IsSessionValid (
sessionId As Guid
) As Boolean
bool IsSessionValid(
Guid sessionId
)
abstract IsSessionValid :
sessionId : Guid -> bool Parameters
- sessionId Guid
- The ID of the session.
Return Value
Boolean if the session is valid; otherwise,
.
Exceptions
See Also