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