MvcHandler.BeginProcessRequest Method
Include Protected Members
Include Inherited Members
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.
Overload List
Name | Description | |
---|---|---|
BeginProcessRequest(HttpContext, AsyncCallback, Object) | Called by ASP.NET to begin asynchronous request processing. | |
BeginProcessRequest(HttpContextBase, AsyncCallback, Object) | Called by ASP.NET to begin asynchronous request processing using the base HTTP context. |
Top
Remarks
For more information about the differences between this method and MvcHttpHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object), see the "Remarks" section of the MvcHandler class overview.