Click or drag to resize

AdoSessionProviderGetUserSessions Method

Gets active sessions for the user.

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public ISession[] GetUserSessions(
	Guid user
)

Parameters

user  Guid

[Missing <param name="user"/> documentation for "M:SanteDB.Persistence.Data.Services.AdoSessionProvider.GetUserSessions(System.Guid)"]

Return Value

ISession
An array of sessions if any, otherwise null.

Implements

ISessionProviderServiceGetUserSessions(Guid)
Exceptions
ExceptionCondition
ArgumentExceptionUser guid is empty or invalid
DataPersistenceExceptionAn error occurred with the data persistence layer.
See Also