Partager via


TaskAsyncActionDescriptor.EndExecute(IAsyncResult) Méthode

Définition

Termine l'opération asynchrone.

public override object EndExecute (IAsyncResult asyncResult);
override this.EndExecute : IAsyncResult -> obj
Public Overrides Function EndExecute (asyncResult As IAsyncResult) As Object

Paramètres

asyncResult
IAsyncResult

Objet qui représente l'état d'une opération asynchrone.

Retours

Résultat d'une opération asynchrone.

S’applique à