SyncBatchProgress Constructor

Initializes a new instance of the SyncBatchProgress class by using batch number, batch count, more data, and progress parameters.

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

public:
SyncBatchProgress(
	int batchNumber, 
	int batchCount, 
	bool moreData, 
	Object^ progress
)

Parameters

batchNumber
Type: System::Int32
The number of the batch that is currently being synchronized.
batchCount
Type: System::Int32
The total number of batches to synchronize during a session.
moreData
Type: System::Boolean
Always returns false in this version of the API.
progress
Type: System::Object
An object that the provider supplies with detailed information about synchronization progress.
Show: