Share via


FileConfigurationSource.RefreshAndValidateSections Method

Refreshes the configuration sections from the main configuration file and determines which sections have suffered notifications and should be notified to registered handlers.

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 RefreshAndValidateSections(
    IDictionary<string, string> localSectionsToRefresh,
    IDictionary<string, string> externalSectionsToRefresh,
    out ICollection<string> sectionsToNotify,
    out IDictionary<string, string> sectionsWithChangedConfigSource
)
'Declaration
Protected Overrides Sub RefreshAndValidateSections ( 
    localSectionsToRefresh As IDictionary(Of String, String),
    externalSectionsToRefresh As IDictionary(Of String, String),
    <OutAttribute> ByRef sectionsToNotify As ICollection(Of String),
    <OutAttribute> ByRef sectionsWithChangedConfigSource As IDictionary(Of String, String)
)
protected:
virtual void RefreshAndValidateSections(
    IDictionary<String^, String^>^ localSectionsToRefresh, 
    IDictionary<String^, String^>^ externalSectionsToRefresh, 
    [OutAttribute] ICollection<String^>^% sectionsToNotify, 
    [OutAttribute] IDictionary<String^, String^>^% sectionsWithChangedConfigSource
) override

Parameters

See Also

FileConfigurationSource Class

FileConfigurationSource Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace