IConfigurationManagerRemoveConfigurationFromCache Method |
Removes an entry from the list of cached configurations.
Namespace: RAYLASE.Marker.ConfigurationAssembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntaxvoid 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