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
Public method ConfigurationFileSourceWatcher
Initializes a new instance of the ConfigurationFileSourceWatcher class.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetFullFileName
Gets the full file name associated to the configuration source.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method StartWatching
Starts watching for changes on the serialization medium.
(Inherited from ConfigurationSourceWatcher.)
Public method StopWatching
Stops watching for changes on the serialization medium.
(Inherited from ConfigurationSourceWatcher.)
Public method ToString (Inherited from Object.)

Fields

  Name Description
Protected field configWatcher
The watcher on the underlying medium.
(Inherited from ConfigurationSourceWatcher.)

Properties

  Name Description
Public property ConfigSource
Gets or sets the identification of the medium where the watched set of configuration sections is stored.
(Inherited from ConfigurationSourceWatcher.)
Public property WatchedSections
Gets or sets the collection of watched sections.
(Inherited from ConfigurationSourceWatcher.)
Public property Watcher
Gets the watcher over the serialization medium.
(Inherited from ConfigurationSourceWatcher.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method 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.