MvcHandler.IHttpAsyncHandler.EndProcessRequest Method (IAsyncResult)

 

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

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

No code example is currently available or this language may not be supported.

Parameters

result
Type: System.IAsyncResult

The asynchronous result.

This member is an explicit interface member implementation. It can be used only when the MvcHandler instance is cast to an IHttpAsyncHandler interface.

Return to top
Show: