IAsyncActionInvoker.EndInvokeAction Method
Cancels the asynchronous action.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Function EndInvokeAction ( _ asyncResult As IAsyncResult _ ) As Boolean 'Usage Dim instance As IAsyncActionInvoker Dim asyncResult As IAsyncResult Dim returnValue As Boolean returnValue = instance.EndInvokeAction(asyncResult)
Parameters
- asyncResult
- Type: System.IAsyncResult
The asynchronous result.
Return Value
Type: System.Booleantrue if the asynchronous method could be canceled; otherwise, false.
Show: