Progress<T> Constructor
.NET Framework (current version)
Initializes the Progress<T> object or initializes the Progress<T> object with the specified callback.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Progress<T>() | Initializes the Progress<T> object. |
![]() | Progress<T>(Action<T>^) | Initializes the Progress<T> object with the specified callback. |
Show:
