Controller.IAsyncController.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.
Cette méthode appelle la méthode EndExecute.
void IAsyncController.EndExecute (IAsyncResult asyncResult);
abstract member System.Web.Mvc.Async.IAsyncController.EndExecute : IAsyncResult -> unit
override this.System.Web.Mvc.Async.IAsyncController.EndExecute : IAsyncResult -> unit
Sub EndExecute (asyncResult As IAsyncResult) Implements IAsyncController.EndExecute
Paramètres
- asyncResult
- IAsyncResult
Résultat asynchrone de l'opération.