C# Class Opc.Ua.ConfigurationWatcherEventArgs

Stores the arguments passed when the configuration file changes.
Inheritance: System.EventArgs
Mostrar archivo Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
ConfigurationWatcherEventArgs ( ApplicationConfiguration configuration, string filePath ) : System

Initializes the object with a configuration and a file path.

Method Details

ConfigurationWatcherEventArgs() public method

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