Adds the specified HttpApplication.LogRequest event to the collection of asynchronous HttpApplication.LogRequest event handlers for the current request.
- beginHandler
- The System.Web.BeginEventHandler that starts asynchronous processing of the HttpApplication.LogRequest.
- endHandler
- The System.Web.EndEventHandler that ends asynchronous processing of the HttpApplication.LogRequest.
- state
- The associated state to add to the asynchronous HttpApplication.LogRequest.