ConfigUtils Class |
Namespace: PDTec.IceNet.Sdk.Utils
public static class ConfigUtils
The ConfigUtils type exposes the following members.
Name | Description | |
---|---|---|
DiscardConfigCache |
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.
| |
UpdatedConfig |
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.
|