Share via


FileConfigurationSource.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 override void RefreshExternalSections(
    IEnumerable<string> sectionsToRefresh
)
'Declaration
Protected Overrides Sub RefreshExternalSections ( 
    sectionsToRefresh As IEnumerable(Of String)
)
protected:
virtual void RefreshExternalSections(
    IEnumerable<String^>^ sectionsToRefresh
) override

Parameters

See Also

FileConfigurationSource Class

FileConfigurationSource Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace