Aspose.Imaging.AsyncTask Namespace
The namespace handles AsyncTask processing.
Classes
  ClassDescription
Public classAsyncTask
The static factory class for creating the asynchronous tasks
Public classAsyncTaskException
The exception for the asynchronous task.
Public classAsyncTaskProgress
Provides progress info for the asynchronous task.
Interfaces
  InterfaceDescription
Public interfaceIAsyncTask
The asynchronous task.
Public interfaceIAsyncTaskState
Provides access to the state of the asynchronous task.
Delegates
  DelegateDescription
Public delegateAsyncTaskAction
The long operation delegate for the asynchronous task without any result.
Public delegateAsyncTaskFunc
The long operation delegate for the asynchronous task with generic type result.
Public delegateCompleteCallback
Callback function to receive task completion event.