Share via


SystemConfigurationSourceImplementation Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The SystemConfigurationSourceImplementation type exposes the following members.

Constructors

  Name Description
Public method SystemConfigurationSourceImplementation Overloaded.

Methods

  Name Description
Public method AddSectionChangeHandler
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Adds a handler to be called when changes to section
sectionName
are detected.
(Inherited from BaseFileConfigurationSourceImplementation.)
Public method ConfigSourceChanged
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
(Inherited from BaseFileConfigurationSourceImplementation.)
Public method Dispose
Releases the resources used by the change watchers.
(Inherited from BaseFileConfigurationSourceImplementation.)
Public method Equals (Inherited from Object.)
Public method ExternalConfigSourceChanged
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
(Inherited from BaseFileConfigurationSourceImplementation.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSection
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Retrieves the specified ConfigurationSection from the current application's configuration file, and starts watching for its changes if not watching already.
(Overrides BaseFileConfigurationSourceImplementation.GetSection(String).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method RefreshAndValidateSections
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Refreshes the configuration sections from the main configuration file and determines which sections have suffered notifications and should be notified to registered handlers.
(Overrides BaseFileConfigurationSourceImplementation.RefreshAndValidateSections(IDictionary<String, String>, IDictionary<String, String>, ICollection<String>%, IDictionary<String, String>%).)
Protected method RefreshExternalSections
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Refreshes the configuration sections from an external configuration file.
(Overrides BaseFileConfigurationSourceImplementation.RefreshExternalSections(array<String>).)
Public method RemoveSectionChangeHandler
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Remove a handler to be called when changes to section
sectionName
are detected.
(Inherited from BaseFileConfigurationSourceImplementation.)
Protected method SetConfigurationWatchers
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Sets up a watcher for configurationSection under the name sectionName.
(Inherited from BaseFileConfigurationSourceImplementation.)
Public method ToString (Inherited from Object.)

See Also

SystemConfigurationSourceImplementation Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.