SyncPolicyRefreshPolicy Property |
Specifies how a cached resource is refreshed.
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 RefreshPolicy RefreshPolicy { get; set; }
Public Property RefreshPolicy As RefreshPolicy
Get
Set
public:
property RefreshPolicy RefreshPolicy {
RefreshPolicy get ();
void set (RefreshPolicy value);
}
member RefreshPolicy : RefreshPolicy with get, set
Property Value
Type:
RefreshPolicy
See Also