IConfigurationChangeWatcher Members

Include Protected Members
Include Inherited Members

The IConfigurationChangeWatcher type exposes the following members.

Methods

  Name Description
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public method StartWatching
When implemented by a subclass, starts the object watching for configuration changes
Public method StopWatching
When implemented by a subclass, stops the object from watching for configuration changes

Properties

  Name Description
Public property SectionName
When implemented by a subclass, returns the section name that is being watched.

Events

  Name Description
Public event ConfigurationChanged
Event raised when the underlying persistence mechanism for configuration notices that the persistent representation of configuration information has changed.

See Also

IConfigurationChangeWatcher Interface

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Storage Namespace