openPDC Synchrophasor Help
CacheConfigurationFrame Method (configurationFrame, name)
NamespacesTVA.PhasorProtocolsPhasorDataConcentratorBaseCacheConfigurationFrame(IConfigurationFrame, String)
Serialize configuration frame to cache folder for later use (if needed).
Declaration Syntax
C#Visual BasicVisual C++
protected void CacheConfigurationFrame(
	IConfigurationFrame configurationFrame,
	string name
)
Protected Sub CacheConfigurationFrame ( _
	configurationFrame As IConfigurationFrame, _
	name As String _
)
protected:
void CacheConfigurationFrame(
	IConfigurationFrame^ configurationFrame, 
	String^ name
)
Parameters
configurationFrame (IConfigurationFrame)
New IConfigurationFrame to cache.
name (String)
Name to use when caching the configurationFrame.
Remarks
Derived concentrators can call this method to manually serialize their protocol specific configuration frames. Note that after initial call to CreateNewConfigurationFrame(ConfigurationFrame) this method will be call automatically.

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