Class AsyncTask
Class AsyncTask
Namespace: Aspose.Imaging.AsyncTask
Assembly: Aspose.Imaging.dll (25.2.0)
Die statische Fabrikklasse zur Erstellung der asynchronen Aufgaben
public static class AsyncTask
Vererbung
Vererbte Mitglieder
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methoden
Create(AsyncTaskAction)
Erstellt die asynchrone Aufgabe ohne Ergebnis.
public static IAsyncTask Create(AsyncTaskAction taskAction)
Parameter
taskAction
AsyncTaskAction
Die Aufgabenaktion.
Rückgabewert
Die asynchrone Aufgabe
Create(AsyncTaskFunc)
Erstellt die asynchrone Aufgabe mit generischem Typ Ergebnis.
public static IAsyncTask Create(AsyncTaskFunc taskFunc)
Parameter
taskFunc
AsyncTaskFunc
Die Aufgabenfunktion.
Rückgabewert
Die asynchrone Aufgabe