The OnSynchronization method is called when the reconciler is started, and then on every synchronization check sent to the SQL Server Compact 3.5 Client Agent. It returns a percentage value of the progress of the current synchronization.

object.OnSynchronization(DWORD Percentage)

Applies To

ISSCEStatusReporting interface

  • Percentage
    The Percentagevalue is provided by the SQL Server Reconciler. The Reconciler is processing both subscriber and publisher changes as a single stage. Therefore, the percentage value is relative to both stages combined.

Prototype

HRESULT OnSynchronization(DWORD Percentage); 

Reference

Replication Status Reporting Interface