ChangeBatchBase::RemainingSessionWorkEstimate Property

Gets or sets the remaining work estimate for the synchronization session.

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

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

Property Value

Type: System::UInt32
The remaining work estimate for the synchronization session.

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