ChangeBatchBase::RemainingSessionWorkEstimate Property
Gets or sets the remaining work estimate for the synchronization session.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | This ChangeBatchBase has 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: