| 
            
              ConcentratorCreateNewConfigurationFrame Method
             | 
          
        
        
            Creates a new BPA PDCstream specific IConfigurationFrame based on provided protocol independent baseConfigurationFrame.
            
        
        Namespace: PhasorProtocolAdapters.BpaPdcStreamAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntaxprotected override IConfigurationFrame CreateNewConfigurationFrame(
	ConfigurationFrame baseConfigurationFrame
)
Protected Overrides Function CreateNewConfigurationFrame ( 
	baseConfigurationFrame As ConfigurationFrame
) As IConfigurationFrame
protected:
virtual IConfigurationFrame^ CreateNewConfigurationFrame(
	ConfigurationFrame^ baseConfigurationFrame
) override
abstract CreateNewConfigurationFrame : 
        baseConfigurationFrame : ConfigurationFrame -> IConfigurationFrame 
override CreateNewConfigurationFrame : 
        baseConfigurationFrame : ConfigurationFrame -> IConfigurationFrame function CreateNewConfigurationFrame(baseConfigurationFrame);
 View SourceParameters
- baseConfigurationFrame  ConfigurationFrame
 - Protocol independent ConfigurationFrame.
 
Return Value
IConfigurationFrameA new BPA PDCstream specific 
IConfigurationFrame.
See Also