Class AsyncTask
Class AsyncTask
Der Name: Aspose.Imaging.AsyncTask Versammlung: Aspose.Imaging.dll (25.4.0)
Die statische Fabrikklasse für die Erstellung der asynchronen Aufgaben
public static class AsyncTask
Inheritance
Vererbte Mitglieder
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
Create(AsyncTaskAction)
Erstellt die asynchrone Aufgabe ohne Ergebnis.
public static IAsyncTask Create(AsyncTaskAction taskAction)
Parameters
taskAction
AsyncTaskAction
Die Aufgabe Aktion.
Returns
Die asynchrone Aufgabe
Create(AsyncTaskFunc)
Erstellt die asynchrone Aufgabe mit einem generischen Typ Ergebnis.
public static IAsyncTask Create(AsyncTaskFunc taskFunc)
Parameters
taskFunc
AsyncTaskFunc
Die Aufgabe funktioniert.
Returns
Die asynchrone Aufgabe