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)

Syntax

'Declaration
Protected Overrides Sub RefreshExternalSections ( _
    sectionsToRefresh As IEnumerable(Of String) _
)
protected override void RefreshExternalSections(
    IEnumerable<string> sectionsToRefresh
)
protected:
virtual void RefreshExternalSections(
    IEnumerable<String^>^ sectionsToRefresh
) override
protected override function RefreshExternalSections(
    sectionsToRefresh : IEnumerable<String>
)

Parameters

See Also

FileConfigurationSource Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace