AsyncTaskProgress

AsyncTaskProgress constructor

Initializes a new instance of the AsyncTaskProgress class.

public AsyncTaskProgress(int progressPercentage, TimeSpan duration)
ParameterTypeDescription
progressPercentageInt32The progress percentage.
durationTimeSpanThe duration.

See Also