MvcHttpHandler.BeginProcessRequest Method (HttpContextBase, AsyncCallback, Object)
Visual Studio 2010
Called by ASP.NET to begin asynchronous request processing.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected internal virtual IAsyncResult BeginProcessRequest( HttpContextBase httpContext, AsyncCallback callback, Object state )
Parameters
- httpContext
- Type: System.Web.HttpContextBase
The base HTTP context.
- callback
- Type: System.AsyncCallback
The asynchronous callback method.
- state
- Type: System.Object
The state.
For more information about the differences between this method and the one in MvcHandler, see the "Remarks" sections of the MvcHttpHandler class overview.
Community Additions
ADD
Show: