SessionProgressEventArgs.TotalWork Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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
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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Sync Framework).

Target Platforms

See Also

Reference

SessionProgressEventArgs Class
SessionProgressEventArgs Members
Microsoft.Synchronization Namespace