Namespace Aspose.Imaging.AsyncTask

Namespace Aspose.Imaging.AsyncTask

Classes

Class NameDescription
AsyncTaskThe static factory class for creating the asynchronous tasks
AsyncTaskExceptionThe exception for the asynchronous task.
AsyncTaskProgressProvides progress info for the asynchronous task.

Interfaces

Interface NameDescription
IAsyncTaskThe asynchronous task.
IAsyncTaskStateProvides access to the state of the asynchronous task.

Delegates

Delegate NameDescription
AsyncTaskActionThe long operation delegate for the asynchronous task without any result.
AsyncTaskFuncThe long operation delegate for the asynchronous task with generic type result.
CompleteCallbackCallback function to receive task completion event.