| 
            
              PhasorDataConcentratorBaseCreateNewConfigurationFrame Method
             | 
          
        
        
            Creates a new protocol specific IConfigurationFrame based on provided protocol independent baseConfigurationFrame.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.257-beta
Syntaxprotected abstract IConfigurationFrame CreateNewConfigurationFrame(
	ConfigurationFrame baseConfigurationFrame
)
Protected MustOverride Function CreateNewConfigurationFrame ( 
	baseConfigurationFrame As ConfigurationFrame
) As IConfigurationFrame
protected:
virtual IConfigurationFrame^ CreateNewConfigurationFrame(
	ConfigurationFrame^ baseConfigurationFrame
) abstract
abstract CreateNewConfigurationFrame : 
        baseConfigurationFrame : ConfigurationFrame -> IConfigurationFrame function CreateNewConfigurationFrame(baseConfigurationFrame);
 View SourceParameters
- baseConfigurationFrame  ConfigurationFrame
 - Protocol independent ConfigurationFrame.
 
Return Value
IConfigurationFrameA 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