System.Web Namespace HttpApplication Class
Adds the specified ResolveRequestCache event handler to the collection of asynchronous ResolveRequestCache event handlers for the current request.
[ VB ] Public Sub AddOnResolveRequestCacheAsync ( _ ByVal bh As BeginEventHandler, _ ByVal eh As EndEventHandler _ ) [ C# ] public void AddOnResolveRequestCacheAsync ( BeginEventHandler bh, EndEventHandler eh ); [ C++ ] public: void AddOnResolveRequestCacheAsync ( BeginEventHandler* bh, EndEventHandler* eh ); [ JScript ] public function AddOnResolveRequestCacheAsync ( bh : BeginEventHandler, eh : EndEventHandler );
HttpApplication Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note