Click or drag to resize

ConfigUtils Methods

The ConfigUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDiscardConfigCache
Forces immediate reload of modified configuration settings without waiting for the latency period to expire. However, this method affects the current AppDomain only. There is no way to force other processes to reload configuration settings immediately (besides restarting the processes). Therefore, this method is typically used in environments testing configuration implementations.
Public methodStatic memberUpdatedConfig
Indicates that configuration settings have been updated and cached data must be reloaded from the repository after a specific latency period (5 seconds). Call this method after modifying a coherent chunk of configuration settings, typically before the end of a transaction.
Top
See Also