System.Web Namespace HttpApplication Class
Adds the specified EndRequest event to the collection of asynchronous EndRequest event handlers for the current request.
[ VB ] Public Sub AddOnEndRequestAsync ( _ ByVal bh As BeginEventHandler, _ ByVal eh As EndEventHandler _ ) [ C# ] public void AddOnEndRequestAsync ( BeginEventHandler bh, EndEventHandler eh ); [ C++ ] public: void AddOnEndRequestAsync ( BeginEventHandler* bh, EndEventHandler* eh ); [ JScript ] public function AddOnEndRequestAsync ( bh : BeginEventHandler, eh : EndEventHandler );
HttpApplication Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph