Click or drag to resize

BridgedSessionManagerGetUserSessions Method

Gets active sessions for the user.

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
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