DbServerSyncProvider.SyncProgress Event

Occurs during the selection and application of changes for a synchronization group at the server.

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

'Declaration
Public Event SyncProgress As EventHandler(Of SyncProgressEventArgs)
'Usage
Dim instance As DbServerSyncProvider
Dim handler As EventHandler(Of SyncProgressEventArgs)

AddHandler instance.SyncProgress, handler

Show: