Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the total work for the session.
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
Property Value
The total work for the session.
Remarks
This value can be used with the value of CompletedWork to compute other values, such as percentage of work that is completed.
See Also
Reference
SyncStagedProgressEventArgs Class
SyncStagedProgressEventArgs Members
Microsoft.Synchronization Namespace