DbSyncSessionProgressEventArgs 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.Data (in Microsoft.Synchronization.Data.dll)
The DbSyncSessionProgressEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbSyncSessionProgressEventArgs | Initializes a new instance of the DbSyncSessionProgressEventArgs class by using synchronization session, synchronization stage, percent completed, scope progress, batch number, batch count, provider position, and progress stage parameters. |
| Name | Description | |
|---|---|---|
![]() | BatchCount | Gets the total number of batches to be processed in this synchronization session. |
![]() | BatchNumber | Gets the number of the batch that is currently being processed. |
![]() | CompletedWork | Gets the amount of work that is currently completed in the session. (Inherited from SyncStagedProgressEventArgs.) |
![]() | DbSyncStage | Gets a DbSyncStage enumeration value that represents the current stage of synchronization. |
![]() | GroupProgress | Gets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope. |
![]() | ReportingProvider | Gets the position of the provider that is associated with this event. (Inherited from SyncStagedProgressEventArgs.) |
![]() | Session | Gets a DbSyncSession object that contains metadata about the current synchronization session, such as the ID of the peer that is synchronizing. |
![]() | Stage | Gets the current stage of the synchronization session. (Inherited from SyncStagedProgressEventArgs.) |
![]() | TotalWork | Gets the total work for the session. (Inherited from SyncStagedProgressEventArgs.) |
Show:
