System.Web.HttpApplication.AddOnPostLogRequestAsync Method

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

Syntax

public void AddOnPostLogRequestAsync (BeginEventHandler bh, EndEventHandler eh)

Parameters

bh
The System.Web.BeginEventHandler that starts asynchronous processing of the HttpApplication.PostLogRequest.
eh
The System.Web.EndEventHandler that ends asynchronous processing of the HttpApplication.PostLogRequest.

Remarks

HttpApplication.AddOnPostLogRequestAsync(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