Share via


FileBasedConfigurationSource.NotifyUpdatedSections Method

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 void NotifyUpdatedSections(
    IEnumerable<string> sectionsToNotify
)
'Declaration
Protected Sub NotifyUpdatedSections ( 
    sectionsToNotify As IEnumerable(Of String)
)
protected:
void NotifyUpdatedSections(
    IEnumerable<String^>^ sectionsToNotify
)

Parameters

See Also

FileBasedConfigurationSource Class

FileBasedConfigurationSource Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace