IConfigurationSource.RemoveSectionChangeHandler Method

Removes 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

void RemoveSectionChangeHandler(
    string sectionName,
    ConfigurationChangedEventHandler handler
)
'Declaration
Sub RemoveSectionChangeHandler ( 
    sectionName As String,
    handler As ConfigurationChangedEventHandler
)
void RemoveSectionChangeHandler(
    String^ sectionName, 
    ConfigurationChangedEventHandler^ handler
)

Parameters

  • sectionName
    Type: System.String
    The name of the watched section.

See Also

IConfigurationSource Interface

IConfigurationSource Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace