AsyncControllerActionInvoker::EndInvokeActionMethod Method
Cancels the action.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected public: virtual ActionResult^ EndInvokeActionMethod( IAsyncResult^ asyncResult )
Parameters
- asyncResult
- Type: System::IAsyncResult
The user-defined object that qualifies or contains information about an asynchronous operation.
Show: