Controller.IAsyncController.EndExecute(IAsyncResult) Metoda

Definice

Tato metoda volá metodu 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

Parametry

asyncResult
IAsyncResult

Asynchronní výsledek operace.

Implementuje

Platí pro