Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cancels the action.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Overridable Function EndInvokeActionMethodWithFilters ( _
asyncResult As IAsyncResult _
) As ActionExecutedContext
protected internal virtual ActionExecutedContext EndInvokeActionMethodWithFilters(
IAsyncResult asyncResult
)
protected public:
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.ActionExecutedContext
true if the action was canceled; otherwise, false.