Adds the specified HttpApplication.LogRequest event to the collection of asynchronous HttpApplication.LogRequest event handlers for the current request.
- bh
- The System.Web.BeginEventHandler that starts asynchronous processing of the HttpApplication.LogRequest.
- eh
- The System.Web.EndEventHandler that ends asynchronous processing of the HttpApplication.LogRequest.
HttpApplication.AddOnLogRequestAsync(BeginEventHandler, EndEventHandler) is introduced in the .NET Framework version 3.5. For more information, see The .NET Framework 3.5 Architecture.