TaskAsyncActionDescriptor.EndExecute(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.