Click or drag to resize

MemorySessionManagerServiceGetUserSessions Method

Gets active sessions for the user.

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

Parameters

userKey  Guid
The user to retrieve sessions for.

Return Value

ISession
An array of sessions if any, otherwise null.

Implements

ISessionProviderServiceGetUserSessions(Guid)
See Also