ChangeBatchBase::BatchWorkEstimate Property
Gets or sets the total work estimate for the change batch.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | This ChangeBatchBase has already been disposed. |
BatchWorkEstimate and RemainingSessionWorkEstimate are used to report synchronization progress to an application. Both of these values are sent in the ProgressChanged event.
Show: