Class AsyncTaskProgress

Class AsyncTaskProgress

이름 공간 : Aspose.Imaging.AsyncTask 모임: Aspose.Imaging.dll (25.4.0)

Asynchronous 작업에 대한 진보 정보를 제공합니다.

public class AsyncTaskProgress

Inheritance

object AsyncTaskProgress

상속 회원들

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

필드 가치

TimeSpan

ProgressPercentage

비동기 작업의 진보, 퍼센트.

public readonly int ProgressPercentage

필드 가치

int

 한국어