SyncStagedProgressEventArgs.TotalWork Property

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
    Get
'Usage
Dim instance As SyncStagedProgressEventArgs
Dim value As UInteger

value = instance.TotalWork
public uint TotalWork { get; }
public:
property unsigned int TotalWork {
    unsigned int get ();
}
member TotalWork : uint32
function get TotalWork () : uint

Property Value

Type: System.UInt32
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

Microsoft.Synchronization Namespace

Other Resources

Reporting Synchronization Progress