Click or drag to resize
Grid Solutions Framework

PhasorDataConcentratorBaseCreateNewConfigurationFrame Method

Creates a new protocol specific IConfigurationFrame based on provided protocol independent baseConfigurationFrame.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
protected abstract IConfigurationFrame CreateNewConfigurationFrame(
	ConfigurationFrame baseConfigurationFrame
)
View Source

Parameters

baseConfigurationFrame  ConfigurationFrame
Protocol independent ConfigurationFrame.

Return Value

IConfigurationFrame
A new protocol specific IConfigurationFrame.
Remarks
Derived classes should notify consumers of change in configuration if system is active when new configuration frame is created if outgoing protocol allows such a notification.
See Also