Click or drag to resize
RefreshPolicy Enumeration
Specifies how a cahed resource is refreshed.

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 RefreshPolicy
Members
  Member nameValueDescription
NoRefresh0 No automatic refresh, the caller must force a GET from the service to trigger refresh.
PeriodicallyRefreshExpiredResource1 The cached resource is refreshed in the background periodically after an interval provided in SyncPolicy.RefreshAfter.
See Also