SyncOrchestrator.SessionProgress Event

Occurs periodically during the synchronization session to report progress.

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

'Declaration
Public Event SessionProgress As EventHandler(Of SyncStagedProgressEventArgs)
'Usage
Dim instance As SyncOrchestrator
Dim handler As EventHandler(Of SyncStagedProgressEventArgs)

AddHandler instance.SessionProgress, handler

The exact timing of this event and the data it sends depends on the type of providers that are being used. For more information, see Reporting Synchronization Progress.

Show: