C# Class WebApplications.Utilities.Configuration.ConfigurationFileWatcher

Watches for changes to the configuration file for the application.
Inheritance: IDisposable
Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes this instance.

ToString ( ) : string
UnWatch ( [ section ) : void

Removes any watch on the specified section.

Watch ( [ section ) : void

Watches the specified section.

Private Methods

Méthode Description
ConfigurationFileWatcher ( [ path ) : System

Initializes a new instance of the ConfigurationFileWatcher class.

WatcherOnChanged ( object arguments ) : void

Fired when a watcher is changed.

Method Details

Dispose() public méthode

Disposes this instance.
public Dispose ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UnWatch() public static méthode

Removes any watch on the specified section.
public static UnWatch ( [ section ) : void
section [ The section.
Résultat void

Watch() public static méthode

Watches the specified section.
public static Watch ( [ section ) : void
section [ The section.
Résultat void