AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult) Method

Definition

Cancels the action.

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

Parameters

asyncResult
IAsyncResult

The user-defined object that qualifies or contains information about an asynchronous operation.

Returns

true if the action was canceled; otherwise, false.

Applies to