SyncStagedProgressEventArgs.TotalWork-Eigenschaft
Ruft die gesamte Arbeit für die Sitzung ab.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property TotalWork As UInteger
'Usage
Dim instance As SyncStagedProgressEventArgs
Dim value As UInteger
value = instance.TotalWork
public uint TotalWork { get; }
public:
property unsigned int TotalWork {
unsigned int get ();
}
/** @property */
public UInt32 get_TotalWork ()
public function get TotalWork () : uint
Eigenschaftenwert
Die gesamte Arbeit für die Sitzung.
Hinweise
Dieser Wert kann mit dem Wert von CompletedWork kombiniert werden, um andere Werte zu berechnen, z. B. den Prozentsatz abgeschlossener Arbeit.
Siehe auch
Verweis
SyncStagedProgressEventArgs-Klasse
SyncStagedProgressEventArgs-Member
Microsoft.Synchronization-Namespace