C# Class Opc.Ua.ConfigurationWatcherEventArgs

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

Méthodes publiques

Méthode Description
ConfigurationWatcherEventArgs ( ApplicationConfiguration configuration, string filePath ) : System

Initializes the object with a configuration and a file path.

Method Details

ConfigurationWatcherEventArgs() public méthode

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