Click or drag to resize

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.Implementation
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
[ObsoleteAttribute("Use ConfigUtils.UpdatedConfig instead.")]
public static void Updated(
	IRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.ModelIRepository
The repository.
See Also