SynchronizationEngineHostBatchModeEnabled Property |
Returns true if batch mode is to be enabled which reduces the number of calls to the cloud on startup and when the
device comes online.
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 BatchModeEnabled { get; }
Public Overridable ReadOnly Property BatchModeEnabled As Boolean
Get
public:
virtual property bool BatchModeEnabled {
bool get ();
}
abstract BatchModeEnabled : bool with get
override BatchModeEnabled : bool with get
Property Value
Type:
Boolean
See Also