Class AsyncTaskProgress
Provides progress info for the asynchronous task.
public class AsyncTaskProgress
- Inheritance
-
AsyncTaskProgress
- Inherited Members
Constructors
AsyncTaskProgress(int, TimeSpan)
Initializes a new instance of the AsyncTaskProgress class.
public AsyncTaskProgress(int progressPercentage, TimeSpan duration)
Parameters
Fields
Duration
The duration of the asynchronous task.
public readonly TimeSpan Duration
Field Value
ProgressPercentage
The progress of the asynchronous task, in percent.
public readonly int ProgressPercentage