BackgroundCalculationReportProgress Method (Int32, Object) |
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void ReportProgress(
int percentProgress,
Object additionalInformation
)
Public Sub ReportProgress (
percentProgress As Integer,
additionalInformation As Object
)
public:
virtual void ReportProgress(
int percentProgress,
Object^ additionalInformation
) sealed
abstract ReportProgress :
percentProgress : int *
additionalInformation : Object -> unit
override ReportProgress :
percentProgress : int *
additionalInformation : Object -> unit
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