HttpTaskAsyncHandler::ProcessRequestAsync Method (HttpContext^)
.NET Framework (current version)
When overridden in a derived class, provides code that handles an asynchronous task.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web::HttpContext^
The HTTP context.
To create a custom handler for an asynchronous task, override the ProcessRequestAsync method.
.NET Framework
Available since 4.5
Available since 4.5
Show: