XmlSiteMapProvider::Dispose Method (Boolean)
.NET Framework (current version)
Notifies the file monitor of the Web.sitemap file that the XmlSiteMapProvider object no longer requires the file to be monitored. The Dispose method takes a Boolean parameter indicating whether the method is called by user code.
Assembly: System.Web (in System.Web.dll)
Parameters
- disposing
-
Type:
System::Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
The Dispose method returns true if the Dispose method is called by user code. Otherwise it returns false, if the Dispose method is called by the finalizer thread during run time.
.NET Framework
Available since 2.0
Available since 2.0
Show: