Share via


ConfigurationSourceWatcher 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 ConfigurationSourceWatcher type exposes the following members.

Constructors

  Name Description
Public method ConfigurationSourceWatcher
Initializes a new instance of the ConfigurationSourceWatcher class.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
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.
Public method StopWatching
Stops watching for changes on the serialization medium.
Public method ToString (Inherited from Object.)

Fields

  Name Description
Protected field configWatcher
The watcher on the underlying medium.

Properties

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

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose

See Also

ConfigurationSourceWatcher 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.