Click or drag to resize

IConfigurationManagerRemoveConfigurationFromCache Method

Removes an entry from the list of cached configurations.

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
void RemoveConfigurationFromCache(
	string configurationName,
	ConfigurationLevel configurationLevel
)

Parameters

configurationName  String
The configurations to be checked if available in cache.
configurationLevel  ConfigurationLevel
The hierarchical level of the configuration file.
See Also