Controller.IAsyncController.EndExecute Method
This method calls the EndExecute method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
private abstract EndExecute : asyncResult:IAsyncResult -> unit private override EndExecute : asyncResult:IAsyncResult -> unit
Parameters
- asyncResult
- Type: System.IAsyncResult
The asynchronous result of the operation.
Implements
IAsyncController.EndExecute(IAsyncResult)
Show: