API Reference
Class
ConfigurationWatcher
Watches a configuration file for changes and reloads settings when modified.
Inheritance
- Object
- ConfigurationWatcher
Constructors
public ConfigurationWatcher(String filePath) #Creates a new watcher for the specified configuration file path.
Parameters
- filePath System.String
- Path to the JSON configuration file to watch.