XmlSiteMapProvider.Dispose Method ()

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Notifies the file monitor of the Web.sitemap file that the XmlSiteMapProvider object no longer requires the file to be monitored.

Namespace: System.Web
Assembly: System.Web (in system.web.dll)

public:
virtual void Dispose () sealed
public final void Dispose ()
public final function Dispose ()
Not applicable.

The XmlSiteMapProvider class implements the Dispose method of the IDisposable interface to release its associated file monitor when the site map file is unloaded from memory. This overload of the Dispose method calls the overload that takes a Boolean parameter and sets the value to true.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: