Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the amount of work that is currently completed in the session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property CompletedWork As UInteger
'Usage
Dim instance As SyncStagedProgressEventArgs
Dim value As UInteger
value = instance.CompletedWork
public uint CompletedWork { get; }
public:
property unsigned int CompletedWork {
unsigned int get ();
}
/** @property */
public UInt32 get_CompletedWork ()
public function get CompletedWork () : uint
Property Value
The amount of work that is currently completed in the session.
Remarks
This value is interpreted as being a part of TotalWork.
See Also
Reference
SyncStagedProgressEventArgs Class
SyncStagedProgressEventArgs Members
Microsoft.Synchronization Namespace