MvcHttpHandler.EndProcessRequest Method

Called by ASP.NET when asynchronous request processing has ended.

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

Syntax

'Declaration
Protected Friend Overridable Sub EndProcessRequest ( _
    asyncResult As IAsyncResult _
)
protected internal virtual void EndProcessRequest(
    IAsyncResult asyncResult
)
protected public:
virtual void EndProcessRequest(
    IAsyncResult^ asyncResult
)

Parameters

Remarks

For more information about the differences between this method and the one in MvcHandler, see the "Remarks" sections of the MvcHttpHandler class overview.

See Also

Reference

MvcHttpHandler Class

System.Web.Mvc Namespace