Class AsyncTask

Class AsyncTask

İsim alanı : Aspose.Imaging.AsyncTask Toplantı: Aspose.Imaging.dll (25.4.0)

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

public static class AsyncTask

Inheritance

object AsyncTask

mirasçı üyeleri

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

Methods

Create(AsyncTaskAction)

Hiçbir sonuç olmadan asinkron bir görev oluşturur.

public static IAsyncTask Create(AsyncTaskAction taskAction)

Parameters

taskAction AsyncTaskAction

Görev eylemidir.

Returns

IAsyncTask

Asinkron Görev

Create(AsyncTaskFunc)

Genetik tip sonuçları ile asinkron görev oluşturur.

public static IAsyncTask Create(AsyncTaskFunc taskFunc)

Parameters

taskFunc AsyncTaskFunc

Görev fonksiyonu vardır.

Returns

IAsyncTask

Asinkron Görev

 Türkçe