Controller.EndExecute(IAsyncResult) Metoda

Definicja

Kończy wywołanie akcji w bieżącym kontekście kontrolera.

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

Wynik asynchroniczny.

Implementuje

Dotyczy