ISessionDirectoryGrain Type
Per-user session directory. Grain key = userId. Tracks which sessions exist so they can be enumerated after restart.
Instance members
| Instance member |
Description
|
|
List only active sessions
|
|
List all sessions (active and inactive)
|
|
|
|
|
Full Usage:
this.RegisterAsync
Parameters:
SessionDirectoryEntry
Returns: Task
Modifiers: abstract |
|
|
|
Full Usage:
this.TouchAsync
Parameters:
string
title : string
Returns: Task
Modifiers: abstract |
Update the last-active timestamp and title for a session
|
Nao