Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static void UpdatedConfig(
	IRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.ModelIRepository
The repository that stores the updated configuration data.
See Also