SessionProgressEventArgs.PercentCompleted Property

Gets the percentage of changes that have been completed for the current synchronization session.

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

Syntax

'Declaration
Public ReadOnly Property PercentCompleted As Integer
public int PercentCompleted { get; }
public:
property int PercentCompleted {
    int get ();
}
/** @property */
public int get_PercentCompleted ()
public function get PercentCompleted () : int

Property Value

The percentage of changes that have been completed for the current synchronization 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 (Synchronization Services).

Target Platforms

See Also

Reference

SessionProgressEventArgs Class
SessionProgressEventArgs Members
Microsoft.Synchronization Namespace