AsyncTask.Create
Create(AsyncTaskAction)
Erstellt die asynchrone Aufgabe ohne Ergebnis.
public static IAsyncTask Create(AsyncTaskAction taskAction)
Parameter | Typ | Beschreibung |
---|---|---|
taskAction | AsyncTaskAction | Die Aufgabenaktion. |
Rückgabewert
Die asynchrone Aufgabe
Siehe auch
- interface IAsyncTask
- delegate AsyncTaskAction
- class AsyncTask
- namensraum Aspose.PSD.AsyncTask
- Montage Aspose.PSD
Create(AsyncTaskFunc)
Erstellt die asynchrone Aufgabe mit dem Ergebnis des generischen Typs.
public static IAsyncTask Create(AsyncTaskFunc taskFunc)
Parameter | Typ | Beschreibung |
---|---|---|
taskFunc | AsyncTaskFunc | Die Aufgabenfunktion. |
Rückgabewert
Die asynchrone Aufgabe
Siehe auch
- interface IAsyncTask
- delegate AsyncTaskFunc
- class AsyncTask
- namensraum Aspose.PSD.AsyncTask
- Montage Aspose.PSD