Click or drag to resize

ConfigurationFrameCache Method

Serializes configuration frame to cache folder on an independent thread for later use (if needed).

Namespace: GSF.PhasorProtocols.Anonymous
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public static void Cache(
	IConfigurationFrame configurationFrame,
	Action<Exception> exceptionHandler,
	string configurationName
)
View Source

Parameters

configurationFrame  IConfigurationFrame
Reference to IConfigurationFrame.
exceptionHandler  ActionException
ActionT delegate to handle process exceptions.
configurationName  String
String representing the configuration name.
See Also