MvcHttpHandler.IHttpAsyncHandler.EndProcessRequest Method
Visual Studio 2010
Called by ASP.NET when asynchronous request processing has ended.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- result
- Type: System.IAsyncResult
The status of the asynchronous operations.
Implements
IHttpAsyncHandler.EndProcessRequest(IAsyncResult)This member is an explicit interface member implementation. It can be used only when the MvcHttpHandler instance is cast to an IHttpAsyncHandler interface.
Community Additions
ADD
Show: