EndDownload

Description

Occurs at the end of a download procedure

Event ID

Event ID

Objects

None

MLSynchronization, MLSync


Arguments

Argument

Description

upsertrows

Long identifying the inserted and updated rows.

deleterows

Long identifying the deleted rows.


Return Values

None

Usage

Use this event to add custom actions at the end of the download stage of synchronization.

The BeginDownload event marks the beginning of the download transaction. Applicable deletes are performed for all remote tables, and then rows are added as applicable for all remote tables in the download cursor. After EndDownload, download changes are committed.

See also

BeginDownload

ConnectMobiLink

EndSync

EndUpload