RepositoryConfigBaseTConfigUpdated Method |
Note: This API is now obsolete.
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.ImplementationAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax[ObsoleteAttribute("Use ConfigUtils.UpdatedConfig instead.")]
public static void Updated(
IRepository pRepository
)
Parameters
- pRepository
- Type: PDTec.IceNet.Core.ModelIRepository
The repository.
See Also