Freigeben über


Controller.IAsyncController.EndExecute(IAsyncResult) Methode

Definition

Diese Methode ruft die EndExecute-Methode auf.

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

Parameter

asyncResult
IAsyncResult

Das asynchrone Ergebnis des Vorgangs.

Implementiert

Gilt für: