SqlCeSyncProvider::OnSyncProgress Method

Raises the SyncProgress event that is inherited by this class.

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

protected:
virtual void OnSyncProgress(
	DbSyncProgressEventArgs^ value, 
	IDbTransaction^ transaction
) override

Parameters

value
Type: Microsoft.Synchronization.Data::DbSyncProgressEventArgs
The event data.
transaction
Type: System.Data::IDbTransaction
The current database transaction.
Show: