MvcHandler.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)

function EndProcessRequest(
	asyncResult : IAsyncResult
)

Parameters

asyncResult
Type: System.IAsyncResult
The asynchronous result.

For more information about the differences between this method and MvcHttpHandler.EndProcessRequest(IAsyncResult), see the "Remarks" section of the MvcHandler class overview.

Show: