BeginDownload
PowerScript event
Description
Occurs at the beginning of a download procedure
Event ID
|
Event ID |
Objects |
|---|---|
|
None |
MLSynchronization, MLSync |
Arguments
None
Return Values
None
Usage
Use this event to add custom actions at the beginning of the
download stage of a synchronization.
When the MobiLink synchronization server receives data, it updates
the consolidated database, then builds a download stream that contains all
relevant changes and sends it back to the remote site. At the end of each
successful synchronization, the consolidated and remote databases are
consistent. Either a whole transaction is synchronized, or none of it is
synchronized. This ensures transactional integrity at each
database.
The BeginDownload event marks the beginning of the download
transaction.
For a complete list of connection and synchronization events, and
examples of their use, see the MobiLink documentation.
See also