System.Web.HttpApplication.AddOnLogRequestAsync Method

Adds the specified HttpApplication.LogRequest event to the collection of asynchronous HttpApplication.LogRequest event handlers for the current request.

Syntax

public void AddOnLogRequestAsync (BeginEventHandler bh, EndEventHandler eh)

Parameters

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.

Remarks

HttpApplication.AddOnLogRequestAsync(BeginEventHandler, EndEventHandler) is introduced in the .NET Framework version 3.5. For more information, see The .NET Framework 3.5 Architecture.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0