Udostępnij za pośrednictwem


Controller.IAsyncController.EndExecute(IAsyncResult) Metoda

Definicja

Ta metoda wywołuje metodę 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

Wynik asynchroniczny operacji.

Implementuje

Dotyczy