0 out of 2 rated this helpful - Rate this topic

SyncOrchestrator.SessionProgress Event

Occurs periodically during the synchronization session to report progress.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public event EventHandler<SyncStagedProgressEventArgs> SessionProgress
/** @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.

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.

Did you find this helpful?
(1500 characters remaining)