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