Controller.IAsyncController.EndExecute Method (IAsyncResult)

 

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

Implements

IAsyncController.EndExecute(IAsyncResult)

See Also

Controller Class
System.Web.Mvc Namespace

Return to top