Table of Contents

Class AsyncTask

Namespace
Aspose.Imaging.AsyncTask
Assembly
Aspose.Imaging.dll

The static factory class for creating the asynchronous tasks

public static class AsyncTask
Inheritance
AsyncTask
Inherited Members

Methods

Create(AsyncTaskAction)

Creates the asynchronous task without any result.

public static IAsyncTask Create(AsyncTaskAction taskAction)

Parameters

taskAction AsyncTaskAction

The task action.

Returns

IAsyncTask

The asynchronous task

Create(AsyncTaskFunc)

Creates the asynchronous task with generic type result.

public static IAsyncTask Create(AsyncTaskFunc taskFunc)

Parameters

taskFunc AsyncTaskFunc

The task function.

Returns

IAsyncTask

The asynchronous task