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);
}
/** @event */
public void add_SessionProgress (EventHandler<SyncStagedProgressEventArgs> value)
/** @event */
public void remove_SessionProgress (EventHandler<SyncStagedProgressEventArgs> value)
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
SyncOrchestrator Members
Microsoft.Synchronization Namespace