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)
'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
A SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
SessionProgressEventArgs Class
SessionProgressEventArgs Members
Microsoft.Synchronization Namespace