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