HttpApplication.AddOnPostRequestHandlerExecuteAsync Method
.NET Framework 2.0
Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request.
Name | Description |
---|---|
HttpApplication.AddOnPostRequestHandlerExecuteAsync (BeginEventHandler, EndEventHandler) | Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request. |
HttpApplication.AddOnPostRequestHandlerExecuteAsync (BeginEventHandler, EndEventHandler, Object) | Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request. |
Show: