Controller.EndExecute(IAsyncResult) Metoda

Definice

Ukončí vyvolání akce v kontextu aktuálního kontroleru.

protected virtual void EndExecute (IAsyncResult asyncResult);
abstract member EndExecute : IAsyncResult -> unit
override this.EndExecute : IAsyncResult -> unit
Protected Overridable Sub EndExecute (asyncResult As IAsyncResult)

Parametry

asyncResult
IAsyncResult

Asynchronní výsledek.

Implementuje

Platí pro