C# Class Opc.Ua.ConfigurationWatcher

Watches the configuration file and reports any changes.
Inheritance: IDisposable
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary

Méthodes publiques

Méthode Description
ConfigurationWatcher ( ApplicationConfiguration configuration ) : System

Creates the watcher for the configuration.

Dispose ( ) : void

Frees any unmanaged resources.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Private Methods

Méthode Description
Watcher_Changed ( object state ) : void

Handles a file changed event.

Method Details

ConfigurationWatcher() public méthode

Creates the watcher for the configuration.
public ConfigurationWatcher ( ApplicationConfiguration configuration ) : System
configuration ApplicationConfiguration
Résultat System

Dispose() public méthode

Frees any unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void