Class AsyncTaskProgress

Class AsyncTaskProgress

Le nom : Aspose.Imaging.AsyncTask Assemblée: Aspose.Imaging.dll (25.4.0)

Il fournit des informations sur les progrès pour la tâche asynchronique.

public class AsyncTaskProgress

Inheritance

object AsyncTaskProgress

I membri ereditari

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

AsyncTaskProgress(Télécharger TimeSpan)

Initialisez une nouvelle instance de la catégorie Aspose.Imaging.AsyncTask.

public AsyncTaskProgress(int progressPercentage, TimeSpan duration)

Parameters

progressPercentage int

pourcentage de progrès.

duration TimeSpan

La durata .

Fields

Duration

La durée de la tâche asynchronique.

public readonly TimeSpan Duration

Valore di campo

TimeSpan

ProgressPercentage

Le progrès de la tâche asynchronique, en pourcentage.

public readonly int ProgressPercentage

Valore di campo

int

 Français