Click or drag to resize

TaskProgressInformation Constructor (Int32, Object)

Initializes a new instance of the TaskProgressInformation class.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public TaskProgressInformation(
	int progress,
	Object additionalInformation
)

Parameters

progress
Type: System.Int32
The progress.
additionalInformation
Type: System.Object
The additional information.
See Also

STK Parallel Computing Server 2.10 API for .NET