AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters Method

Definition

Cancels the action.

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

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