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 | |
---|---|---|
SystemConfigurationSourceImplementation | Overloaded. |
Methods
Name | Description | |
---|---|---|
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
(Inherited from BaseFileConfigurationSourceImplementation.)
are detected.
|
|
ConfigSourceChanged |
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
(Inherited from BaseFileConfigurationSourceImplementation.) |
|
Dispose |
Releases the resources used by the change watchers.
(Inherited from BaseFileConfigurationSourceImplementation.) |
|
Equals | (Inherited from Object.) | |
ExternalConfigSourceChanged |
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
(Inherited from BaseFileConfigurationSourceImplementation.) |
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
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).) |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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>%).) |
|
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>).) |
|
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
(Inherited from BaseFileConfigurationSourceImplementation.)
are detected.
|
|
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.) |
|
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. |