Class AsyncTask

Class AsyncTask

名称: Aspose.Imaging.AsyncTask 收藏: Aspose.Imaging.dll (25.4.0)

静态工厂类为创造无同步任务

public static class AsyncTask

Inheritance

object AsyncTask

继承人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

Create(AsyncTaskAction)

创建无同步任务,没有任何结果。

public static IAsyncTask Create(AsyncTaskAction taskAction)

Parameters

taskAction AsyncTaskAction

任务行动。

Returns

IAsyncTask

非同步任务

Create(AsyncTaskFunc)

创建非同步任务与基因类型结果。

public static IAsyncTask Create(AsyncTaskFunc taskFunc)

Parameters

taskFunc AsyncTaskFunc

任务功能。

Returns

IAsyncTask

非同步任务

 中文