BlobConfigurationSource.AddSectionChangeHandler Method

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Adds a handler to be called when changes to section

sectionName

are detected.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

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

Parameters

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

Implements

IConfigurationSourceAddSectionChangeHandler(String, ConfigurationChangedEventHandler)

See Also

BlobConfigurationSource Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration Namespace