Class AsyncTaskProgress
Class AsyncTaskProgress
Namespace: Aspose.Imaging.AsyncTask
Assembly: Aspose.Imaging.dll (25.2.0)
非同期タスクの進捗情報を提供します。
public class AsyncTaskProgress
継承
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
コンストラクター
AsyncTaskProgress(int, TimeSpan)
Aspose.Imaging.AsyncTask.AsyncTaskProgressクラスの新しいインスタンスを初期化します。
public AsyncTaskProgress(int progressPercentage, TimeSpan duration)
パラメーター
progressPercentage
int
進捗の割合。
duration
TimeSpan
期間。
フィールド
Duration
非同期タスクの期間。
public readonly TimeSpan Duration
フィールド値
ProgressPercentage
非同期タスクの進捗、パーセントで表されます。
public readonly int ProgressPercentage