Click or drag to resize

MemorySessionManagerServiceGetActiveSessions Method

Get all active sessions for all users

Namespace: SanteDB.Caching.Memory.Session
Assembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
Syntax
public ISession[] GetActiveSessions()

Return Value

ISession
An array of sessions for all users

Implements

ISessionProviderServiceGetActiveSessions
See Also