Table of Contents

Class AsyncTaskProgress

Namespace
Aspose.Imaging.AsyncTask
Assembly
Aspose.Imaging.dll

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

progressPercentage int

The progress percentage.

duration TimeSpan

The duration.

Fields

Duration

The duration of the asynchronous task.

public readonly TimeSpan Duration

Field Value

TimeSpan

ProgressPercentage

The progress of the asynchronous task, in percent.

public readonly int ProgressPercentage

Field Value

int