Delegate CompleteCallback

CompleteCallback delegate

Callback-functie om taakvoltooide gebeurtenis te ontvangen.

public delegate void CompleteCallback(IAsyncTask task, bool wasCancelled, Exception error);
ParameterTypeBeschrijving
taskIAsyncTaskDe asynchrone taak.
wasCancelledBooleanindien ingesteld opWAAR [was afgelast].
errorExceptionDe fout.

Zie ook