Click or drag to resize

BackgroundCalculationReportProgress Method (Int32, Object)

Raises the ProgressChanged event.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void ReportProgress(
	int percentProgress,
	Object additionalInformation
)

Parameters

percentProgress
Type: SystemInt32
The percentage, from 0 to 100, of the background operation that is complete.
additionalInformation
Type: SystemObject
The state object passed to RunWorkerAsync.

Implements

ITrackCalculationProgressReportProgress(Int32, Object)
See Also