Click or drag to resize
SynchronizationEngineHost Properties

The SynchronizationEngineHost type exposes the following members.

Properties
  NameDescription
Public propertyAuthorizedUserName
Returns the name of the logged in user, null if there is no logged in user.
Public propertyBackendName
The name of the associated MobileBackend.
Public propertyBatchModeEnabled
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.
Public propertyDataFolder
Returns the path to the folder to store cached data.
Public propertyDeviceState
Property that returns the current DeviceState.
Public propertyDisableBackgroundRefresh
If true disables background refreshes by the synchronization engine, defaults to false. Should be rarely required.
Public propertyIsAuthorized
Returns whether there is a logged in user or not.
Public propertyIsOnline
Property that returns whether the device is online or not.
Public propertyTempFolder
Returns the path to the temp folder to use.
Top
See Also