|   | ConfigurationFrameCache Method | 
        
        
            Serializes configuration frame to cache folder on an independent thread for later use (if needed).
            
        
        Namespace: GSF.PhasorProtocols.AnonymousAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic static void Cache(
	IConfigurationFrame configurationFrame,
	Action<Exception> exceptionHandler,
	string configurationName
)
Public Shared Sub Cache ( 
	configurationFrame As IConfigurationFrame,
	exceptionHandler As Action(Of Exception),
	configurationName As String
)
public:
static void Cache(
	IConfigurationFrame^ configurationFrame, 
	Action<Exception^>^ exceptionHandler, 
	String^ configurationName
)
static member Cache : 
        configurationFrame : IConfigurationFrame * 
        exceptionHandler : Action<Exception> * 
        configurationName : string -> unit GSF.PhasorProtocols.Anonymous.ConfigurationFrame.Cache = function(configurationFrame, exceptionHandler, configurationName);
Parameters
- configurationFrame  IConfigurationFrame
- Reference to IConfigurationFrame.
- exceptionHandler  ActionException
- ActionT delegate to handle process exceptions.
- configurationName  String
- String representing the configuration name.
 See Also
See Also