IAsyncActionInvoker::EndInvokeAction Method (IAsyncResult^)
Cancels the asynchronous action.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- asyncResult
-
Type:
System::IAsyncResult^
The asynchronous result.
Return Value
Type: System::Booleantrue if the asynchronous method could be canceled; otherwise, false.
Show: