ChangeBatchBase.RemainingSessionWorkEstimate-Eigenschaft
Ruft die geschätzte verbleibende Arbeit für die Synchronisierungssitzung ab oder legt diese fest.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Property RemainingSessionWorkEstimate As UInteger
'Usage
Dim instance As ChangeBatchBase
Dim value As UInteger
value = instance.RemainingSessionWorkEstimate
instance.RemainingSessionWorkEstimate = value
public uint RemainingSessionWorkEstimate { get; set; }
public:
property unsigned int RemainingSessionWorkEstimate {
unsigned int get ();
void set (unsigned int value);
}
/** @property */
public UInt32 get_RemainingSessionWorkEstimate ()
/** @property */
public void set_RemainingSessionWorkEstimate (UInt32 value)
public function get RemainingSessionWorkEstimate () : uint
public function set RemainingSessionWorkEstimate (value : uint)
Eigenschaftenwert
Die geschätzte verbleibende Arbeit für die Synchronisierungssitzung.
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