AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters Method
Visual Studio 2010
Cancels the action.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected internal virtual ActionExecutedContext EndInvokeActionMethodWithFilters( IAsyncResult asyncResult )
Parameters
- asyncResult
- Type: System.IAsyncResult
The user-defined object that qualifies or contains information about an asynchronous operation.
Return Value
Type: System.Web.Mvc.ActionExecutedContexttrue if the action was canceled; otherwise, false.
Community Additions
ADD
Show: