SyncStagedProgressEventArgs Class
Provides data for the SessionProgress event.
System.Object
System.EventArgs
Microsoft.Synchronization.SyncStagedProgressEventArgs
Microsoft.Synchronization.Data.DbSyncSessionProgressEventArgs
System.EventArgs
Microsoft.Synchronization.SyncStagedProgressEventArgs
Microsoft.Synchronization.Data.DbSyncSessionProgressEventArgs
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The SyncStagedProgressEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncStagedProgressEventArgs | Initializes a new instance of the SyncStagedProgressEventArgs class that contains the specified position of the provider associated with this event, the current stage of the session, the completed work value, and the total work value. |
| Name | Description | |
|---|---|---|
![]() | CompletedWork | Gets the amount of work that is currently completed in the session. |
![]() | ReportingProvider | Gets the position of the provider that is associated with this event. |
![]() | Stage | Gets the current stage of the synchronization session. |
![]() | TotalWork | Gets the total work for the session. |
SessionProgress occurs periodically during a synchronization session to communicate the progress of the session.
Show:
