ConfigurationFrameGetCachedConfiguration Method
Deserializes cached configuration, if available.
Namespace: Gemstone.PhasorProtocols.AnonymousAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.136 -- Release Build+4bc8539cc260b23af1f55a058712d0a5186ff49a
Gemstone.PhasorProtocols.Anonymous.ConfigurationFrame.GetCachedConfiguration = function(configurationName, fromCache);
- configurationName String
- Name of the configuration to get file name for.
- fromCache Boolean
- Set to True retrieve from cache, False to retrieve from specified file name in configurationName
IConfigurationFrameCached configuration frame, or null if not available.