System.Web.HttpApplication.AddOnUpdateRequestCacheAsync Method

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

Syntax

public void AddOnUpdateRequestCacheAsync (BeginEventHandler bh, EndEventHandler eh)

Parameters

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

Remarks

Documentation for this section has not yet been entered.

Requirements

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