HttpApplication::AddOnPreRequestHandlerExecuteAsync Method
.NET Framework (current version)
Adds the specified PreRequestHandlerExecute event to the collection of asynchronous PreRequestHandlerExecute event handlers for the current request.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddOnPreRequestHandlerExecuteAsync(BeginEventHandler^, EndEventHandler^) | Adds the specified PreRequestHandlerExecute event to the collection of asynchronous PreRequestHandlerExecute event handlers for the current request. |
![]() | AddOnPreRequestHandlerExecuteAsync(BeginEventHandler^, EndEventHandler^, Object^) | Adds the specified PreRequestHandlerExecute event to the collection of asynchronous PreRequestHandlerExecute event handlers for the current request. |
Show:
