Class AsyncTaskProgress
Class AsyncTaskProgress
名称: Aspose.Imaging.AsyncTask アセンション: Aspose.Imaging.dll (25.4.0)
アシンクロンの課題に関する進歩情報を提供します。
public class AsyncTaskProgress
Inheritance
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
AsyncTaskProgress(タイムスパン)
Aspose.Imaging.AsyncTask.AsyncTaskProgressクラスの新しい例を開始します。
public AsyncTaskProgress(int progressPercentage, TimeSpan duration)
Parameters
progressPercentage
int
進歩の割合
duration
TimeSpan
長さです。
Fields
Duration
非同期任務の長さ
public readonly TimeSpan Duration
フィールド価値
ProgressPercentage
非同期課題の進歩は、パーセント。
public readonly int ProgressPercentage