SynchronizationConfigurationBackgroundRefreshInterval Property |
Specifies the interval for performing a background refresh of expired resources. Omit or set to -1 to disable background refresh.
Defaults to -1;
Namespace: Oracle.Cloud.Mobile.ConfigurationAssemblies: 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 int BackgroundRefreshInterval { get; set; }
Public Property BackgroundRefreshInterval As Integer
Get
Set
public:
property int BackgroundRefreshInterval {
int get ();
void set (int value);
}
member BackgroundRefreshInterval : int with get, set
Property Value
Type:
Int32
See Also