Click or drag to resize

ConfigurationFrameGetCachedConfiguration Method

Deserializes cached configuration, if available.

Namespace: GSF.PhasorProtocols.Anonymous
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public static IConfigurationFrame GetCachedConfiguration(
	string configurationName,
	bool fromCache
)
View Source

Parameters

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

IConfigurationFrame
Cached configuration frame, or null if not available.
See Also