Sdílet prostřednictvím


AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters Metoda

Definice

Zruší akci.

protected internal virtual System.Web.Mvc.ActionExecutedContext EndInvokeActionMethodWithFilters (IAsyncResult asyncResult);
abstract member EndInvokeActionMethodWithFilters : IAsyncResult -> System.Web.Mvc.ActionExecutedContext
override this.EndInvokeActionMethodWithFilters : IAsyncResult -> System.Web.Mvc.ActionExecutedContext
Protected Friend Overridable Function EndInvokeActionMethodWithFilters (asyncResult As IAsyncResult) As ActionExecutedContext

Parametry

asyncResult
IAsyncResult

Uživatelem definovaný objekt, který kvalifikuje nebo obsahuje informace o asynchronní operaci.

Návraty

true Pokud akce byla zrušena; jinak false.

Platí pro