OnSynchronization Delegate
Visual Studio 2010
A user-defined delegate that consumes the ongoing synchronization events reported during the reconciler work.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Parameters
- ar
- Type: System::IAsyncResult
The IAsyncResult interface returned by the BeginSynchronize method.
- percentComplete
- Type: System::Int32
The value returned by the reconciler that represents the percent of replication work completed by the reconciler.
Show: