Class AsyncTaskProgress

AsyncTaskProgress class

Provides progress info for the asynchronous task.

public class AsyncTaskProgress

Constructors

NameDescription
AsyncTaskProgress(int, TimeSpan)Initializes a new instance of the AsyncTaskProgress class.

Fields

NameDescription
readonly DurationThe duration of the asynchronous task.
readonly ProgressPercentageThe progress of the asynchronous task, in percent.

See Also