AsyncTask.Create
Create(AsyncTaskAction)
Creates the asynchronous task without any result.
public static IAsyncTask Create(AsyncTaskAction taskAction)
| Parameter | Type | Description |
|---|---|---|
| taskAction | AsyncTaskAction | The task action. |
Return Value
The asynchronous task
See Also
- interface IAsyncTask
- delegate AsyncTaskAction
- class AsyncTask
- namespace Aspose.PSD.AsyncTask
- assembly Aspose.PSD
Create(AsyncTaskFunc)
Creates the asynchronous task with generic type result.
public static IAsyncTask Create(AsyncTaskFunc taskFunc)
| Parameter | Type | Description |
|---|---|---|
| taskFunc | AsyncTaskFunc | The task function. |
Return Value
The asynchronous task
See Also
- interface IAsyncTask
- delegate AsyncTaskFunc
- class AsyncTask
- namespace Aspose.PSD.AsyncTask
- assembly Aspose.PSD