asp.net.ph

HttpApplication.AddOnAcquireRequestStateAsync Method

System.Web Namespace   HttpApplication Class


Adds the specified AcquireRequestState event to the collection of AcquireRequestState event handlers for the current request.

[ VB ]
Public Sub AddOnAcquireRequestStateAsync ( _
   ByVal bh As BeginEventHandler, _
   ByVal eh As EndEventHandler _
)

[ C# ]
public void AddOnAcquireRequestStateAsync (
   BeginEventHandler bh,
   EndEventHandler eh
);

[ C++ ]
public: void AddOnAcquireRequestStateAsync (
   BeginEventHandler* bh,
   EndEventHandler* eh
);

[ JScript ]
public function AddOnAcquireRequestStateAsync (
   bh : BeginEventHandler,
   eh : EndEventHandler
);

Parameters

bh
The BeginEventHandler delegate that starts asynchronous processing of the event.
eh
The EndEventHandler delegate that ends asynchronous processing of the event.
See Also

HttpApplication Members Skip Navigation Links


Previous page Back to top Next page

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