System.Web.Security.RoleManagerModule.Dispose Method

Called by the HTTP runtime to dispose of the role-manager module.

Syntax

public void Dispose ()

Remarks

Call RoleManagerModule.Dispose when you are finished using the System.Web.Security.RoleManagerModule. The RoleManagerModule.Dispose method leaves the System.Web.Security.RoleManagerModule in an unusable state. After calling RoleManagerModule.Dispose, you must release all references to the System.Web.Security.RoleManagerModule so the memory it occupied can be reclaimed by garbage collection.

This method is not intended to be used directly from your code.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0