Controller.IAsyncController.EndExecute Method
Ends the execute task.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Private Sub EndExecute ( _ asyncResult As IAsyncResult _ ) Implements IAsyncController.EndExecute 'Usage Dim instance As Controller Dim asyncResult As IAsyncResult CType(instance, IAsyncController).EndExecute(asyncResult)
Parameters
- asyncResult
- Type: System.IAsyncResult
The asynchronous result.
Implements
IAsyncController.EndExecute(IAsyncResult)
Show: