SyncAgent.SessionProgress Event

Occurs during synchronization: after metadata is read at the client, after metadata is written, after changes are downloaded, and after changes are uploaded.

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

'Declaration
Public Event SessionProgress As EventHandler(Of SessionProgressEventArgs)
'Usage
Dim instance As SyncAgent
Dim handler As EventHandler(Of SessionProgressEventArgs)

AddHandler instance.SessionProgress, handler

Show: