AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters Metoda

Definicja

Anuluje akcję.

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

Obiekt zdefiniowany przez użytkownika, który kwalifikuje się lub zawiera informacje o operacji asynchronicznej.

Zwraca

wartość true, jeśli akcja została anulowana; w przeciwnym razie wartość false.

Dotyczy