 | BridgedSessionManagerGetUserSessions Method |
Gets active sessions for the user.
Namespace: SanteDB.Client.Upstream.SecurityAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic ISession[] GetUserSessions(
Guid userKey
)
Public Function GetUserSessions (
userKey As Guid
) As ISession()
public:
virtual array<ISession^>^ GetUserSessions(
Guid userKey
) sealed
abstract GetUserSessions :
userKey : Guid -> ISession[]
override GetUserSessions :
userKey : Guid -> ISession[] Parameters
- userKey Guid
- The user to retrieve sessions for.
Return Value
ISessionAn array of sessions if any, otherwise null.
Implements
ISessionProviderServiceGetUserSessions(Guid)
See Also