SessionProgressEventArgs Constructor

Initializes a new instance of the SessionProgressEventArgs class by using synchronization stage, percent completed, and batch progress parameters.

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

public:
SessionProgressEventArgs(
	SyncStage syncStage, 
	int percentCompleted, 
	SyncBatchProgress^ batchProgress
)

Parameters

syncStage
Type: Microsoft.Synchronization::SyncStage
A SyncStage enumeration value that represents the current stage of synchronization.
percentCompleted
Type: System::Int32
The percentage of changes that have been completed for the current synchronization session.
batchProgress
Type: Microsoft.Synchronization::SyncBatchProgress
A SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.
Show: