Controller.IAsyncController.EndExecute Method

This method calls the EndExecute method.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Private Sub EndExecute ( _
    asyncResult As IAsyncResult _
) Implements IAsyncController.EndExecute
'Usage
Dim instance As Controller 
Dim asyncResult As IAsyncResult 

CType(instance, IAsyncController).EndExecute(asyncResult)
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
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

IAsyncController.EndExecute(IAsyncResult)

See Also

Reference

Controller Class

System.Web.Mvc Namespace