Partager via


Controller.IAsyncController.EndExecute(IAsyncResult) Méthode

Définition

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.

Implémente

S’applique à