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