The update Policy to use during Synchronization.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssemblies: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
SyntaxPublic Enumeration UpdatePolicy
public enum class UpdatePolicy
Members
| Member name | Value | Description |
---|
| UpdateIfOnline | 0 |
The update is committed directly to the service and the call fails if the device is offline.
|
| QueueIfOffline | 1 |
The update is committed directly to the service if the device is online or queued locally if the device is offline. Queued commits
are sent to the service when the device goes online.
|
See Also