Controller.EndExecute Method (IAsyncResult)

 

Ends the invocation of the action in the current controller context.

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

Syntax

protected virtual void EndExecute(
    IAsyncResult asyncResult
)
protected:
virtual void EndExecute(
    IAsyncResult^ asyncResult
)
abstract EndExecute : 
        asyncResult:IAsyncResult -> unit
override EndExecute : 
        asyncResult:IAsyncResult -> unit
Protected Overridable Sub EndExecute (
    asyncResult As IAsyncResult
)

Parameters

See Also

Controller Class
System.Web.Mvc Namespace

Return to top