ChangeBatchBase::BatchWorkEstimate Property

Gets or sets the total work estimate for the change batch.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property unsigned int BatchWorkEstimate {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

Type: System::UInt32
The total work estimate for the change batch. The default is 0.

ExceptionCondition
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: