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 beginHandler, EndEventHandler endHandler, object state)

Parameters

beginHandler
The System.Web.BeginEventHandler that starts asynchronous processing of the HttpApplication.PostLogRequest.
endHandler
The System.Web.EndEventHandler that ends asynchronous processing of the HttpApplication.PostLogRequest.
state
The associated state to add to the asynchronous HttpApplication.PostLogRequest.

Remarks

Documentation for this section has not yet been entered.

Requirements

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