Occurs at the end of a download procedure
Event ID |
Objects |
---|---|
None |
MLSynchronization, MLSync |
Argument |
Description |
---|---|
upsertrows |
Long identifying the inserted and updated rows. |
deleterows |
Long identifying the deleted rows. |
None
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.