SyncStagedProgressEventArgs::TotalWork Property

Gets the total work for the session.

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

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

Property Value

Type: System::UInt32
The total work for the session.

This value can be used with the value of CompletedWork to compute other values, such as percentage of work that is completed.

Show: