Delegate AsyncTaskFunc

Delegate AsyncTaskFunc

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

제네릭 타입 결과를 가진 비동기 작업을 위한 긴 작업 대리자입니다.

public delegate object AsyncTaskFunc(IAsyncTaskState taskState)

매개변수

taskState IAsyncTaskState

비동기 작업의 상태입니다.

반환 값

object

긴 작업의 결과입니다.

 한국어