SessionProgressEventArgs.BatchProgress Property

Gets a SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.

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

Syntax

'Declaration
Public ReadOnly Property BatchProgress As SyncBatchProgress
public SyncBatchProgress BatchProgress { get; }
public:
property SyncBatchProgress^ BatchProgress {
    SyncBatchProgress^ get ();
}
/** @property */
public SyncBatchProgress get_BatchProgress ()
public function get BatchProgress () : SyncBatchProgress

Property Value

A SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.

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