Designer 10.5 | webMethods Mobile Development | Services Object Reference | Objects to Use for Mobile Support - Offline Synchronization
 
Objects to Use for Mobile Support - Offline Synchronization
 
SyncComponent Properties
The following table provides a description of the objects you use for mobile support.
Object
Description
SyncComponent
Provides an implementation to synchronize data with a remote host using the Mobile Support library. Data will be stored on the device using a SQLite database. Synchronization is a periodic process which automatically relaunches itself after the amount of milliseconds specified in the Update Interval property. A SyncComponent object can be used as a REST method for a REST data source.
For information about setting properties for the SyncComponent object, see SyncComponent Properties.
Related Topics