asp.net.ph

HttpApplication.AddOnPostRequestHandlerExecuteAsync Method

System.Web Namespace   HttpApplication Class


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

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

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

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

[ JScript ]
public function AddOnPostRequestHandlerExecuteAsync (
   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




Home
Suggested Reading


Previous page Back to top Next page

© 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