 | MemorySessionManagerServiceGetUserSessions Method |
Gets active sessions for the user.
Namespace: SanteDB.Caching.Memory.SessionAssembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
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