[This is preliminary documentation and is subject to change.]
The IConfigSettings type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | ConfigChanged |
Notifies the implementer that underlying source configuration has changed and memory-resident
fields need to be re-read from config nodes. Usually this method is called by application container
when instance of this class has been registered with the application using IApplication.RegisterConfigSettings().
Warning: the implementation must be thread-safe and allow getters to keep reading while notification happens
|
See Also