DbSyncSessionProgressEventArgs::BatchNumber Property

Gets the number of the batch that is currently being processed.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property int BatchNumber {
	int get ();
}

Property Value

Type: System::Int32
The number of the batch that is currently being processed.
Show: