SyncStagedProgressEventArgs Constructor

Initializes a new instance of the SyncStagedProgressEventArgs class that contains the specified position of the provider associated with this event, the current stage of the session, the completed work value, and the total work value.

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

public:
SyncStagedProgressEventArgs(
	SyncProviderPosition providerPosition, 
	SessionProgressStage sessionStage, 
	unsigned int completedWork, 
	unsigned int totalWork
)

Parameters

providerPosition
Type: Microsoft.Synchronization::SyncProviderPosition
The position of the provider that is associated with this event.
sessionStage
Type: Microsoft.Synchronization::SessionProgressStage
The current stage of the synchronization session.
completedWork
Type: System::UInt32
The amount of work that is currently completed in the session. This value is interpreted as being a part of totalWork.
totalWork
Type: System::UInt32
The total work for the session.
Show: