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)

abstract EndProcessRequest : 
        asyncResult:IAsyncResult -> unit  
override EndProcessRequest : 
        asyncResult:IAsyncResult -> unit

Parameters

asyncResult
Type: System.IAsyncResult

The asynchronous result.

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

Show: