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
    Get
'Usage
Dim instance As SessionProgressEventArgs
Dim value As SyncBatchProgress

value = instance.BatchProgress
public SyncBatchProgress BatchProgress { get; }
public:
property SyncBatchProgress^ BatchProgress {
    SyncBatchProgress^ get ();
}
member BatchProgress : SyncBatchProgress
function get BatchProgress () : SyncBatchProgress

Property Value

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

See Also

Reference

SessionProgressEventArgs Class

Microsoft.Synchronization Namespace