Class AsyncTaskProgress

Class AsyncTaskProgress

Namespace: Aspose.Imaging.AsyncTask
Assembly: Aspose.Imaging.dll (25.2.0)

비동기 작업에 대한 진행 정보를 제공합니다.

public class AsyncTaskProgress

상속

objectAsyncTaskProgress

상속된 멤버

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

필드 값

TimeSpan

ProgressPercentage

비동기 작업의 진행 상황(백분율)입니다.

public readonly int ProgressPercentage

필드 값

int

 한국어