HttpTaskAsyncHandler.IHttpAsyncHandler.BeginProcessRequest Method (HttpContext, AsyncCallback, Object)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initiates asynchronous processing of a task in an HTTP task handler.
Assembly: System.Web (in System.Web.dll)
IAsyncResult IHttpAsyncHandler.BeginProcessRequest(
HttpContext context,
AsyncCallback cb,
object extraData
)
Parameters
- context
-
Type:
System.Web.HttpContext
The HTTP context.
- cb
-
Type:
System.AsyncCallback
The callback method to invoke when the method returns.
- extraData
-
Type:
System.Object
Additional data for processing the task.
Return Value
Type: System.IAsyncResultAn object that contains status data about the asynchronous operation.
This member is an explicit interface member implementation. It can be used only when the HttpTaskAsyncHandler instance is cast to an IHttpAsyncHandler interface.
.NET Framework
Available since 4.5
Available since 4.5
Show: