Enum ManagementObjectStatus
The status of the management object as set by the server.
Namespace: Realms.Sync
Assembly: Realm.Sync.dll
Syntax
public enum ManagementObjectStatus : int
Fields
Name | Description |
---|---|
Error | There was an error while processing the request. See StatusMessage for more details. |
NotProcessed | The server hasn't yet processed the request. |
Success | The server has processed the request successfully. |