SyncBatchProgress Class
Represents progress information, including conflict information, for a batch of changes during a synchronization session.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncBatchProgress type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncBatchProgress | Initializes a new instance of the SyncBatchProgress class by using batch number, batch count, more data, and progress parameters. |
| Name | Description | |
|---|---|---|
![]() | BatchCount | Gets the total number of batches to synchronize during a session. |
![]() | BatchNumber | Gets the current batch number that the session is processing. |
![]() | MoreData | Gets whether there are more changes to synchronize. This property always returns false in this version of the API. |
![]() | Progress | Gets a SyncGroupProgress object that the provider supplies, with detailed information about synchronization progress. |
Sync Framework enables applications to download batches of changes to the client (batching is not supported on upload). Batching is enabled by specifying a value for the BatchSize property, and creating a command for the SelectNewAnchorCommand property that can return anchor values for each batch of changes. For more information, see How to: Specify the Order and Batch Size of Changes.
Show:
