Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method calls the EndExecute method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
void IAsyncController.EndExecute(
IAsyncResult asyncResult
)
private:
virtual void EndExecute(
IAsyncResult^ asyncResult
) sealed = IAsyncController::EndExecute
private abstract EndExecute :
asyncResult:IAsyncResult -> unit
private override EndExecute :
asyncResult:IAsyncResult -> unit
Private Sub EndExecute (
asyncResult As IAsyncResult
)
Implements IAsyncController.EndExecute
Parameters
asyncResult
Type: System.IAsyncResultThe asynchronous result of the operation.
Implements
IAsyncController.EndExecute(IAsyncResult)
See Also
Controller Class
System.Web.Mvc Namespace
Return to top