SyncStagedProgressEventArgs::CompletedWork Property

Gets the amount of work that is currently completed in the session.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property unsigned int CompletedWork {
	unsigned int get ();
}

Property Value

Type: System::UInt32
The amount of work that is currently completed in the session.

This value is interpreted as being a part of TotalWork.

Show: