Freigeben über


AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult) Methode

Definition

Bricht die Aktion ab.

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

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: