| |||||
FormsAuthenticationModule.Dispose MethodSystem.Web.Security Namespace FormsAuthenticationModule Class Disposes of the module derived from IHttpModule when called by the HttpRuntime . [ VB ] NotOverridable Public Sub Dispose ( ) Implements IHttpModule.Dispose [ C# ] public void Dispose ( ); [ C++ ] public: __sealed void Dispose ( ); [ JScript ] public function Dispose ( ); ImplementsRemarksCall Dispose when you are finished using the FormsAuthenticationModule. The Dispose method leaves the FormsAuthenticationModule in an unusable state. After calling Dispose, you must release all references to the FormsAuthenticationModule so the memory it was occupying can be reclaimed by garbage collection.
See AlsoFormsAuthenticationModule Members |
| ||||
Check out related books at Amazon
© 2000-2008 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 aspxtreme