RelationalSyncProvider.SyncProgress Event

Occurs during the selection of changes (per table) and the application of changes (per row).

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

'Declaration
Public Event SyncProgress As EventHandler(Of DbSyncProgressEventArgs)
'Usage
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbSyncProgressEventArgs)

AddHandler instance.SyncProgress, handler

Show: