Freigeben über


AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters Methode

Definition

Bricht die Aktion ab.

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

Parameter

asyncResult
IAsyncResult

Das benutzerdefinierte Objekt, das einen asynchronen Vorgang beschreibt oder Informationen darüber enthält.

Gibt zurück

TRUE, wenn die Aktion abgebrochen wurde; Andernfalls false.

Gilt für: