Delegate AsyncTaskFunc
AsyncTaskFunc delegate
The long operation delegate for the asynchronous task with generic type result.
public delegate object AsyncTaskFunc(IAsyncTaskState taskState);
Parameter | Type | Description |
---|---|---|
taskState | IAsyncTaskState | State of the asynchronous task. |
Return Value
Result of the long operation.
See Also
- interface IAsyncTaskState
- namespace Aspose.Imaging.AsyncTask
- assembly Aspose.Imaging