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)

public:
property SyncBatchProgress^ BatchProgress {
	SyncBatchProgress^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncBatchProgress
A SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.
Show: