Parameters for Time-Controlled
Synchronization
The following parameters are available to configure time-controlled synchronization:
Parameters in MobileEngine.config
Parameters |
Description |
MobileEngine.Sync.TimedSyncActive |
Defines whether synchronization should start automatically at a defined time interval as a background job. If this parameter is true, you also have to set parameter MobileEngine.Sync.TimedSyncTimeInterval. Possible values: true, false. Default value: false |
MobileEngine.Sync.TimedSyncTimeInterval |
Time between two synchronization calls in milliseconds. Enter, for example, one minute as 60000. Default value: not set. |
MobileEngine.Sync.Background.Filter |
Defines if synchronization is only started if there is modified application data. This parameter is only evaluated if MobileEngine.Sync.TimedSyncActive=true Possible values: true, false Default value: false |
See also:
For more information on other parameters: Parameters in MobileEngine.config
For more information on different methods for the configuration: Configuration of Mobile Devices