asp.net.ph

HttpApplication.Dispose Method

System.Web Namespace   HttpApplication Class


Cleans up the instance variables of a module.

[ VB ]
Overridable Public Sub Dispose ( ) Implements IDisposable.Dispose

[ C# ]
public virtual void Dispose ( );

[ C++ ]
public: virtual void Dispose ( );

[ JScript ]
public function Dispose ( );

Implements

IDisposable.Dispose

Remarks

The Request, Response, Session, and Application properties are not available for use at the time Dispose is executed.

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