C# 클래스 Opc.Ua.ConfigurationWatcher

Watches the configuration file and reports any changes.
상속: IDisposable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
ConfigurationWatcher ( ApplicationConfiguration configuration ) : System

Creates the watcher for the configuration.

Dispose ( ) : void

Frees any unmanaged resources.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

비공개 메소드들

메소드 설명
Watcher_Changed ( object state ) : void

Handles a file changed event.

메소드 상세

ConfigurationWatcher() 공개 메소드

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

Dispose() 공개 메소드

Frees any unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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