Delegate CompleteCallback
CompleteCallback delegate
Callback-functie om taakvoltooide gebeurtenis te ontvangen.
public delegate void CompleteCallback(IAsyncTask task, bool wasCancelled, Exception error);
Parameter | Type | Beschrijving |
---|---|---|
task | IAsyncTask | De asynchrone taak. |
wasCancelled | Boolean | indien ingesteld opWAAR [was afgelast]. |
error | Exception | De fout. |
Zie ook
- interface IAsyncTask
- naamruimte Aspose.PSD.AsyncTask
- montage Aspose.PSD