TaskProgressInformation Constructor (Int32, Object) |
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public TaskProgressInformation(
int progress,
Object additionalInformation
)
Public Sub New (
progress As Integer,
additionalInformation As Object
)
Parameters
- progress
- Type: SystemInt32
The progress. - additionalInformation
- Type: SystemObject
The additional information.
See Also