SessionProgressEventArgs Class
Provides data for the SessionProgress event.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SessionProgressEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SessionProgressEventArgs | Initializes a new instance of the SessionProgressEventArgs class by using synchronization stage, percent completed, and batch progress parameters. |
| Name | Description | |
|---|---|---|
![]() | BatchProgress | Gets a SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing. |
![]() | PercentCompleted | Gets the percentage of changes that have been completed for the current synchronization session. |
![]() | SyncStage | Gets the SyncStage enumeration value that represents the current stage of synchronization. |
Show:
