DbSyncProgressEventArgs Class
Provides data for the SyncProgress event.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DbSyncProgressEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbSyncProgressEventArgs | Initializes a new instance of the DbSyncProgressEventArgs class by using table progress, scope metadata, scope progress, and synchronization stage parameters. |
| Name | Description | |
|---|---|---|
![]() | ScopeMetadata | Gets a DbSyncScopeMetaData object that represents the metadata for a synchronization scope, such as the synchronization knowledge for the scope. |
![]() | ScopeProgress | Gets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope. |
![]() | Stage | Gets a DbSyncStage enumeration value that represents the current stage of synchronization. |
![]() | TableProgress | Gets a DbSyncTableProgress object that contains synchronization progress statistics for a table. |
Show:
