SyncGroupProgress Class
Represents a set of synchronization progress statistics for the tables in a SyncGroup.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncGroupProgress type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncGroupProgress | Initializes a new instance of the SyncGroupProgress class by using default values. |
![]() | SyncGroupProgress(String) | Initializes a new instance of the SyncGroupProgress class by using a group name parameter. |
![]() | SyncGroupProgress(SyncGroupMetadata, DataSet) | Initializes a new instance of the SyncGroupProgress class by using group metadata and data set parameters. |
| Name | Description | |
|---|---|---|
![]() | Changes | Gets the DataSet object that contains the changes that are to be synchronized. |
![]() | GroupName | Gets or sets the name of the group of tables that are currently being synchronized. |
![]() | TablesProgress | Gets a collection of SyncTableProgress objects. |
![]() | TotalChanges | Gets the total number of changes that are to be applied during the synchronization session. |
![]() | TotalChangesApplied | Gets the total number of changes that have been applied during the synchronization session. |
![]() | TotalChangesFailed | Gets the total number of changes that have failed to be applied during the synchronization session. |
![]() | TotalChangesPending | Gets the total number of changes that are pending for the synchronization session. |
![]() | TotalDeletes | Gets the total number of deletes that are to be applied during the synchronization session. |
![]() | TotalInserts | Gets the total number of inserts that are to be applied during the synchronization session. |
![]() | TotalUpdates | Gets the total number of updates that are to be applied during the synchronization session. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindTableProgress | Returns a SyncTableProgress object that contains synchronization progress statistics for a table. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
