ChangeBatchBase.BatchWorkEstimate Property
Gets or sets the total work estimate for the change batch.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Property BatchWorkEstimate As UInteger
'Usage
Dim instance As ChangeBatchBase
Dim value As UInteger
value = instance.BatchWorkEstimate
instance.BatchWorkEstimate = value
public uint BatchWorkEstimate { get; set; }
public:
property unsigned int BatchWorkEstimate {
unsigned int get ();
void set (unsigned int value);
}
/** @property */
public UInt32 get_BatchWorkEstimate ()
/** @property */
public void set_BatchWorkEstimate (UInt32 value)
public function get BatchWorkEstimate () : uint
public function set BatchWorkEstimate (value : uint)
Property Value
The total work estimate for the change batch. The default is 0.
Remarks
BatchWorkEstimate and RemainingSessionWorkEstimate are used to report synchronization progress to an application. Both of these values are sent in the ProgressChanged event.
See Also
Reference
ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace