Class AsyncTask

Class AsyncTask

Namespace: Aspose.Imaging.AsyncTask
Assembly: Aspose.Imaging.dll (25.2.0)

Asenkron görevleri oluşturmak için statik fabrika sınıfı

public static class AsyncTask

Miras

objectAsyncTask

Miras Alınan Üyeler

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

Metotlar

Create(AsyncTaskAction)

Herhangi bir sonuç olmadan asenkron görevi oluşturur.

public static IAsyncTask Create(AsyncTaskAction taskAction)

Parametreler

taskAction AsyncTaskAction

Görev eylemi.

Dönüş Değeri

IAsyncTask

Asenkron görev

Create(AsyncTaskFunc)

Genel türde sonuç ile asenkron görevi oluşturur.

public static IAsyncTask Create(AsyncTaskFunc taskFunc)

Parametreler

taskFunc AsyncTaskFunc

Görev fonksiyonu.

Dönüş Değeri

IAsyncTask

Asenkron görev

 Türkçe