Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpApplication.ReleaseRequestState Event

 

Occurs after ASP.NET finishes executing all request event handlers. This event causes state modules to save the current state data.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

Public Event ReleaseRequestState As EventHandler

When the ReleaseRequestState event is raised, the application is finished with the request and ASP.NET is signaled to store the request state.

For more information about how to handle events, see NIB: Consuming Events.

.NET Framework
Available since 1.1
Return to top
Show: