C# 클래스 Opc.Ua.ConfigurationWatcherEventArgs

Stores the arguments passed when the configuration file changes.
상속: System.EventArgs
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
ConfigurationWatcherEventArgs ( ApplicationConfiguration configuration, string filePath ) : System

Initializes the object with a configuration and a file path.

메소드 상세

ConfigurationWatcherEventArgs() 공개 메소드

Initializes the object with a configuration and a file path.
public ConfigurationWatcherEventArgs ( ApplicationConfiguration configuration, string filePath ) : System
configuration ApplicationConfiguration
filePath string
리턴 System