System.Web.Profile.ProfileModule.Dispose Method

Releases all resources used by the System.Web.Profile.ProfileModule.

Syntax

public void Dispose ()

Remarks

This method is not intended to be called from application code.

An System.Web.HttpApplication is created when an ASP.NET application is started. The System.Web.HttpApplication creates and initializes the System.Web.Profile.ProfileModule for the application and calls the ProfileModule.Dispose method when the object is released. The System.Web.Profile.ProfileModule is specified in the configuration for an application.

Requirements

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