Class AsyncTask
Class AsyncTask
نام ها : Aspose.Imaging.AsyncTask جمع آوری: Aspose.Imaging.dll (25.4.0)
کلاس کارخانه ای استاتیک برای ایجاد وظایف غیر همزمان
public static class AsyncTask
Inheritance
اعضای ارثی
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
وظیفه ی غیرمستقیم
Create(AsyncTaskFunc)
ایجاد وظیفه غیر همزمان با نتیجه نوع ژنری.
public static IAsyncTask Create(AsyncTaskFunc taskFunc)
Parameters
taskFunc
AsyncTaskFunc
وظیفه کار می کند.
Returns
وظیفه ی غیرمستقیم