openPDC Synchrophasor Help
Cache Method (state)
NamespacesTVA.PhasorProtocols.AnonymousConfigurationFrameCache(Object)
Serialize configuration frame to cache folder for later use (if needed).
Declaration Syntax
C#Visual BasicVisual C++
public static void Cache(
	Object state
)
Public Shared Sub Cache ( _
	state As Object _
)
public:
static void Cache(
	Object^ state
)
Parameters
state (Object)
Reference to a EventArgs instance containing the following:
a reference to IConfigurationFrame (as T1),
a Action<(Of <(<'T>)>)> delegate to handle process exceptions (as T2),
and a String representing the configuration name (as T3).
Remarks
It is expected that this function will be called from the ThreadPool.

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