Click or drag to resize
UpdatePolicy Enumeration
The update Policy to use during Synchronization.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assemblies:  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)
Syntax
public enum UpdatePolicy
Members
  Member nameValueDescription
UpdateIfOnline0 The update is committed directly to the service and the call fails if the device is offline.
QueueIfOffline1 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