This documentation is archived and is not being maintained.

HttpApplication.ReleaseRequestState Event

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

[Visual Basic]
Public Event ReleaseRequestState As EventHandler
[C#]
public event EventHandler ReleaseRequestState;
[C++]
public: __event EventHandler* ReleaseRequestState;

[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.

Event Data

The event handler receives an argument of type EventArgs.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpApplication Class | HttpApplication Members | System.Web Namespace

Show: