HttpApplication.IHttpAsyncHandler.BeginProcessRequest Method

Definition

Initiates an asynchronous call to the HTTP event handler.

C#
IAsyncResult IHttpAsyncHandler.BeginProcessRequest(System.Web.HttpContext context, AsyncCallback cb, object extraData);

Parameters

context
HttpContext

An HttpContext that provides references to intrinsic server objects that are used to service HTTP requests.

cb
AsyncCallback

The AsyncCallback to call when the asynchronous method call is complete. If the cb parameter is null, the delegate is not called.

extraData
Object

Any extra data that is required to process the request.

Returns

An IAsyncResult that contains information about the status of the process.

Implements

Applies to

Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1