Share via


AsyncController.EndExecute Method

Cancels the execution of an asynchronous action method.

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

Syntax

'Declaration
Protected Overridable Sub EndExecute ( _
    asyncResult As IAsyncResult _
)
protected virtual void EndExecute(
    IAsyncResult asyncResult
)
protected:
virtual void EndExecute(
    IAsyncResult^ asyncResult
)

Parameters

See Also

Reference

AsyncController Class

System.Web.Mvc Namespace