Delegate AsyncTaskFunc
Delegate AsyncTaskFunc
Namespace: Aspose.Imaging.AsyncTask
Assembly: Aspose.Imaging.dll (25.2.0)
The long operation delegate for the asynchronous task with generic type result.
public delegate object AsyncTaskFunc(IAsyncTaskState taskState)
Parameters
taskState
IAsyncTaskState
State of the asynchronous task.
Returns
Result of the long operation.