ConfigUtilsUpdatedConfig Method |
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.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static void UpdatedConfig(
IRepository pRepository
)
Parameters
- pRepository
- Type: PDTec.IceNet.Core.ModelIRepository
The repository that stores the updated configuration data.
See Also