Click or drag to resize
Grid Solutions Framework

PhasorDataConcentratorBaseCacheConfigurationFrame Method

Serialize configuration frame to cache folder for later use (if needed).

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
protected virtual void CacheConfigurationFrame(
	IConfigurationFrame configurationFrame,
	string name
)
View Source

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.
See Also