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

وظیفه ی غیرمستقیم

 فارسی