Click or drag to resize

RepositoryConfigBaseTConfigDiscardCache Method

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.

Namespace:  PDTec.IceNet.Sdk.Implementation
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static void DiscardCache()
See Also