Share via


FileBasedConfigurationSource.RemoveSectionChangeHandler Method

Remove a handler to be called when changes to section

sectionName

are detected.

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

public void RemoveSectionChangeHandler(
    string sectionName,
    ConfigurationChangedEventHandler handler
)
'Declaration
Public Sub RemoveSectionChangeHandler ( 
    sectionName As String,
    handler As ConfigurationChangedEventHandler
)
public:
virtual void RemoveSectionChangeHandler(
    String^ sectionName, 
    ConfigurationChangedEventHandler^ handler
) sealed

Parameters

  • sectionName
    Type: System.String
    The name of the section to watch for.

Implements

IConfigurationSource.RemoveSectionChangeHandler(String, ConfigurationChangedEventHandler)

See Also

FileBasedConfigurationSource Class

FileBasedConfigurationSource Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace