BlobConfigurationSource.Remove 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.

Removes a ConfigurationSection from the configuration and saves the configuration source.

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 Remove(
    string sectionName
)
'Declaration
Public Sub Remove ( _
    sectionName As String _
)
public:
virtual void Remove(
    String^ sectionName
) sealed

Parameters

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

Implements

IConfigurationSourceRemove(String)

See Also

BlobConfigurationSource Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration Namespace