ChangeBatchBase.BatchWorkEstimate-Eigenschaft
Ruft die gesamte geschätzte Arbeit für den Änderungsbatch ab oder legt diese fest.
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)
Eigenschaftenwert
Die gesamte geschätzte Arbeit für den Änderungsbatch. Der Standardwert ist 0.
Hinweise
BatchWorkEstimate und RemainingSessionWorkEstimate werden zum Melden des Synchronisierungsstatus an eine Anwendung verwendet. Beide Werte werden mit dem ProgressChanged-Ereignis gesendet.
Siehe auch
Verweis
ChangeBatchBase-Klasse
ChangeBatchBase-Member
Microsoft.Synchronization-Namespace