SessionProgressEventArgs.CompletedWork Property

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

Gets the amount of work completed in the session so far.

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

Syntax

'Declaration
Public ReadOnly Property CompletedWork As UInteger
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 completed in the session so far.

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