The SmashSession type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| DeactivateSession |
Prepares a session for tombstoning.
| |
| Dispose |
The IDisposable.Dispose() method.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| IsRecordOwned T |
Checks if a record has been created by current client.
| |
| JoinSessionFromState |
Re-activates a session when application comes back from tombstone state.
| |
Creates a shallow copy of the current (Inherited from | ||
| Refresh |
Forces a refresh of data in SmashTable associated with session. If session uses long poll, this has no effect.
| |
| ResumeSession |
Resumes session synchronization after rejoining from tombstone states.
| |
| Shutdown |
Initiates shutdown of a session. The session will disconnect from the service, the session data in the Smash service is preserved.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| ClientID |
Gets the unique identifier of the current client.
| |
| MeetingToken |
Gets the meeting token of the session.
| |
| RefreshInterval |
Gets or sets the refresh interval (in ms) for data in all SmashTable joined to the session.
A value of 0 indicates that the Session will use 'long poll' for almost instantaneous refresh of session data.
A non-0 value specifies the number of ms between refresh operations.
| |
| SessionID |
Gets the session ID of the session.
|
See Also