Enum ConnectionState
The current connection state of a sync session object.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public enum ConnectionState : byte
Fields
Name | Description |
---|---|
Disconnected | The session is disconnected from Atlas Device Sync. |
Connecting | The session is connecting to the Atlas Device Sync. |
Connected | The session is connected to the Atlas Device Sync. |