Configuration Persister
The Configuration Persister works with the Configuration Updater to replace the standard configuration file with the configuration file. It queries for the level at which the retrieved configuration is applied (machine, application, or user). It can be used in two modes:
- Direct: In this mode, the persister updates the local file based on the received response. The persister must have write permissions to the configuration file to replace it.
- Indirect: In this mode, the persister sends the file to a Windows service, which in turn saves it as a configuration file.
Show: