The SessionManager type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| CreateBlobAsync |
Creates a blob associated with a session.
| |
| CreateSessionAsync(ClientIdentity, Guid, String, String, String, IEnumerable String , TimeSpan, Guid, Object) |
Creates a new smash session.
| |
| CreateSessionAsync(String, String, Guid, String, String, String, IEnumerable String , TimeSpan, Guid, Object) |
Creates a new smash session.
| |
| EnumSessionsAsync(ClientIdentity, Guid, Object) |
Enumerates all sessions created with a management secret.
| |
| EnumSessionsAsync(String, String, Guid, Object) |
Enumerates all sessions created with a management secret.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetSessionInfoAsync(ClientIdentity, Guid, Guid, Object) |
Gets info for a specific Smash session.
| |
| GetSessionInfoAsync(String, String, Guid, Guid, Object) |
Gets info for a specific Smash session.
| |
Gets the (Inherited from | ||
| JoinSessionAsync(ClientIdentity, Dispatcher, Guid, String, String, String, ISmashTable , Object) |
Joins a Smash session. User+email+device must be unique across all joinees of a session.
| |
| JoinSessionAsync(String, String, Dispatcher, Guid, String, String, String, ISmashTable , Object) |
Joins a Smash session. User+email+device must be unique across all joinees of a session.
| |
| JoinSessionAsync(ClientIdentity, Dispatcher, Guid, String, String, String, Boolean, ISmashTable , Object) |
Joins a Smash session. User+email+device must be unique across all joinees of a session.
| |
| JoinSessionAsync(String, String, Dispatcher, Guid, String, String, String, Boolean, ISmashTable , Object) |
Joins a Smash session. User+email+device must be unique across all joinees of a session.
| |
Creates a shallow copy of the current (Inherited from | ||
| ModifySessionAsync |
Modifies a Smash session's attendee list.
| |
| (Inherited from | ||
| WipeSessionAsync(ClientIdentity, Guid, Guid, Guid, Object) |
Wipes (erases) all contents of a Smash session and prevents any further operation on the session.
| |
| WipeSessionAsync(String, String, Guid, Guid, Guid, Object) |
Wipes a Smash session.
|
See Also