FileBasedConfigurationSource.RefreshExternalSections Method

Refreshes the configuration sections from an external configuration file.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

protected abstract void RefreshExternalSections(
    IEnumerable<string> sectionsToRefresh
)
'Declaration
Protected MustOverride Sub RefreshExternalSections ( 
    sectionsToRefresh As IEnumerable(Of String)
)
protected:
virtual void RefreshExternalSections(
    IEnumerable<String^>^ sectionsToRefresh
) abstract

Parameters

See Also

FileBasedConfigurationSource Class

FileBasedConfigurationSource Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace