|
ConfigurationFrameGetCachedConfiguration Method
|
Deserializes cached configuration, if available.
Namespace: GSF.PhasorProtocols.AnonymousAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.207-beta
Syntax GSF.PhasorProtocols.Anonymous.ConfigurationFrame.GetCachedConfiguration = function(configurationName, fromCache);
View SourceParameters
- 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
Return Value
IConfigurationFrameCached configuration frame, or null if not available.
See Also