Aspose.PSD.AsyncTask
The namespace handles AsyncTask processing.
Classes
Class |
Description |
AsyncTask |
The static factory class for creating the asynchronous tasks |
AsyncTaskAction |
The long operation delegate for the asynchronous task without any result. |
AsyncTaskException |
The exception for the asynchronous task. |
AsyncTaskFunc |
The long operation delegate for the asynchronous task with generic type result. |
AsyncTaskProgress |
Provides progress info for the asynchronous task. |
CompleteCallback |
Callback function to receive task completion event. |
ProgressCallback |
Callback function to receive task progress change event. |
Interfaces
Interface |
Description |
IAsyncTask |
The asynchronous task. |
IAsyncTaskState |
Provides access to the state of the asynchronous task. |