|   | ConfigurationFrameGetCachedConfiguration Method | 
        
        
            Deserializes cached configuration, if available.
            
        
        Namespace: GSF.PhasorProtocols.AnonymousAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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
)
static member GetCachedConfiguration : 
        configurationName : string * 
        fromCache : bool -> IConfigurationFrame GSF.PhasorProtocols.Anonymous.ConfigurationFrame.GetCachedConfiguration = function(configurationName, 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
IConfigurationFrameCached configuration frame, or null if not available.
 See Also
See Also