Delegate CompleteCallback

Delegate CompleteCallback

Namespace: Aspose.Imaging.AsyncTask
Assembly: Aspose.Imaging.dll (25.2.0)

Fonction de rappel pour recevoir l’événement de fin de tâche.

public delegate void CompleteCallback(IAsyncTask task, bool wasCancelled, Exception error)

Paramètres

task IAsyncTask

La tâche asynchrone.

wasCancelled bool

si défini sur ```cstrue [a été annulé].

error Exception

L’erreur.

 Français