MvcHandler.BeginProcessRequest Method

Called by ASP.NET to begin asynchronous request processing.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Protected method BeginProcessRequest(HttpContext, AsyncCallback, Object) Called by ASP.NET to begin asynchronous request processing.
Protected method BeginProcessRequest(HttpContextBase, AsyncCallback, Object) Called by ASP.NET to begin asynchronous request processing using the base HTTP context.
Top

For more information about the differences between this method and MvcHttpHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object), see the "Remarks" section of the MvcHandler class overview.

Show: