asp.net.ph

IHttpModule.Dispose Method

System.Web Namespace   IHttpModule Interface


Disposes of the resources ( other than memory ) used by the module that implements IHttpModule.

[ VB ]
Sub Dispose ( ) 

[ C# ]
void Dispose ( );

[ C++ ]
void Dispose ( );

[ JScript ]
function Dispose ( );

Remarks

Dispose performs any final cleanup work prior to removal of the module from the execution pipeline.

See Also

IHttpModule 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