Aspose.PSD.AsyncTask

The namespace handles AsyncTask processing.

Classes

ClassDescription
AsyncTaskThe static factory class for creating the asynchronous tasks
AsyncTaskActionThe long operation delegate for the asynchronous task without any result.
AsyncTaskExceptionThe exception for the asynchronous task.
AsyncTaskFuncThe long operation delegate for the asynchronous task with generic type result.
AsyncTaskProgressProvides progress info for the asynchronous task.
CompleteCallbackCallback function to receive task completion event.
ProgressCallbackCallback function to receive task progress change event.

Interfaces

InterfaceDescription
IAsyncTaskThe asynchronous task.
IAsyncTaskStateProvides access to the state of the asynchronous task.