AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.