MvcHandler.IHttpAsyncHandler.BeginProcessRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by ASP.NET to begin asynchronous request processing using the base HTTP context.
IAsyncResult IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext context, AsyncCallback cb, object extraData);
abstract member System.Web.IHttpAsyncHandler.BeginProcessRequest : System.Web.HttpContext * AsyncCallback * obj -> IAsyncResult
override this.System.Web.IHttpAsyncHandler.BeginProcessRequest : System.Web.HttpContext * AsyncCallback * obj -> IAsyncResult
Function BeginProcessRequest (context As HttpContext, cb As AsyncCallback, extraData As Object) As IAsyncResult Implements IHttpAsyncHandler.BeginProcessRequest
Parameters
- context
- HttpContext
The HTTP context.
The asynchronous callback method.
- extraData
- Object
The data.
Returns
The status of the asynchronous call.