HttpApplication.AddOnResolveRequestCacheAsync Method (BeginEventHandler, EndEventHandler)
.NET Framework 3.0
Adds the specified ResolveRequestCache event handler to the collection of asynchronous ResolveRequestCache event handlers for the current request.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void AddOnResolveRequestCacheAsync ( BeginEventHandler bh, EndEventHandler eh )
public function AddOnResolveRequestCacheAsync ( bh : BeginEventHandler, eh : EndEventHandler )
Not applicable.
Parameters
- bh
The BeginEventHandler that starts asynchronous processing of the ResolveRequestCache.
- eh
The EndEventHandler that ends asynchronous processing of the ResolveRequestCache.
Community Additions
ADD
Show: