Enum SessionState
The current state of a sync session object.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public enum SessionState : byte
Fields
| Name | Description |
|---|---|
| Active | The session is connected to the Realm Object Server and is actively transferring data. |
| Inactive | The session is not currently communicating with the Realm Object Server. |