ConfigurationManager::RefreshSection Method (String^)
.NET Framework (current version)
Refreshes the named section so the next time that it is retrieved it will be re-read from disk.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- sectionName
-
Type:
System::String^
The configuration section name or the configuration path and section name of the section to refresh.
This method invalidates the cache for the specified configuration section without affecting other sections.
.NET Framework
Available since 2.0
Available since 2.0
Show: