SyncOrchestrator.SessionProgress Event

Occurs periodically during the synchronization session to report progress.

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

Syntax

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

AddHandler instance.SessionProgress, handler
public event EventHandler<SyncStagedProgressEventArgs> SessionProgress
public:
 event EventHandler<SyncStagedProgressEventArgs^>^ SessionProgress {
    void add (EventHandler<SyncStagedProgressEventArgs^>^ value);
    void remove (EventHandler<SyncStagedProgressEventArgs^>^ value);
}
member SessionProgress : IEvent<EventHandler<SyncStagedProgressEventArgs>,
    SyncStagedProgressEventArgs>
JScript supports the use of events, but not the declaration of new ones.

Remarks

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.

See Also

Reference

SyncOrchestrator Class

Microsoft.Synchronization Namespace