Package | Description |
---|---|
com.aspose.imaging.asynctask |
The namespace handles AsyncTask processing.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
AsyncTaskFunc.beginInvoke(IAsyncTaskState taskState,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
abstract Object |
AsyncTaskFunc.invoke(IAsyncTaskState taskState)
The long operation delegate for the asynchronous task with generic type result.
|
void |
AsyncTaskAction.run(IAsyncTaskState taskState)
The long operation delegate for the asynchronous task without any result.
|