IIdentity ApiCheck User Session Validity Method
Check user session still valid/active
Example
C#
var identityApi = ctx.Use<IIdentityApi>();
identityApi.CheckUserSessionValidity("623977EE-BD06-4256-8D66-9B94A7BE6FCC");Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
true: If the user session is still valid/active, otherwise false.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
bool CheckUserSessionValidity(
Guid userSessionId
)Parameters
- userSessionId Guid
- A given UserSessionId
Return Value
Booleantrue: If the user session is still valid/active, otherwise false.