SynchronizationEngineHostDisableBackgroundRefresh Property |
If true disables background refreshes by the synchronization engine, defaults to false. Should be rarely required.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic virtual bool DisableBackgroundRefresh { get; set; }
Public Overridable Property DisableBackgroundRefresh As Boolean
Get
Set
public:
virtual property bool DisableBackgroundRefresh {
bool get ();
void set (bool value);
}
abstract DisableBackgroundRefresh : bool with get, set
override DisableBackgroundRefresh : bool with get, set
Property Value
Type:
Boolean
See Also