openPDC Synchrophasor Help
GetCachedConfiguration Method (configurationName, fromCache)
NamespacesTVA.PhasorProtocols.AnonymousConfigurationFrameGetCachedConfiguration(String, Boolean)
Deserializes cached configuration, if available.
Declaration Syntax
C#Visual BasicVisual C++
public static IConfigurationFrame GetCachedConfiguration(
	string configurationName,
	bool fromCache
)
Public Shared Function GetCachedConfiguration ( _
	configurationName As String, _
	fromCache As Boolean _
) As IConfigurationFrame
public:
static IConfigurationFrame^ GetCachedConfiguration(
	String^ configurationName, 
	bool fromCache
)
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
Cached configuration frame, or null if not available.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0