C# Class Opc.Ua.ConfigurationWatcher

Watches the configuration file and reports any changes.
Inheritance: IDisposable
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
ConfigurationWatcher ( ApplicationConfiguration configuration ) : System

Creates the watcher for the configuration.

Dispose ( ) : void

Frees any unmanaged resources.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Private Methods

Method Description
Watcher_Changed ( object state ) : void

Handles a file changed event.

Method Details

ConfigurationWatcher() public method

Creates the watcher for the configuration.
public ConfigurationWatcher ( ApplicationConfiguration configuration ) : System
configuration ApplicationConfiguration
return System

Dispose() public method

Frees any unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
return void