ConfigurationFileSourceWatcher 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 ConfigurationFileSourceWatcher type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConfigurationFileSourceWatcher |
Initializes a new instance of the ConfigurationFileSourceWatcher class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetFullFileName |
Gets the full file name associated to the configuration source.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
StartWatching |
Starts watching for changes on the serialization medium.
(Inherited from ConfigurationSourceWatcher.) |
|
StopWatching |
Stops watching for changes on the serialization medium.
(Inherited from ConfigurationSourceWatcher.) |
|
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
configWatcher |
The watcher on the underlying medium.
(Inherited from ConfigurationSourceWatcher.) |
Properties
Name | Description | |
---|---|---|
ConfigSource |
Gets or sets the identification of the medium where the watched set of configuration sections is stored.
(Inherited from ConfigurationSourceWatcher.) |
|
WatchedSections |
Gets or sets the collection of watched sections.
(Inherited from ConfigurationSourceWatcher.) |
|
Watcher |
Gets the watcher over the serialization medium.
(Inherited from ConfigurationSourceWatcher.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose | (Inherited from ConfigurationSourceWatcher.) |
See Also
ConfigurationFileSourceWatcher 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. |