| 
            
              ConcentratorCacheConfigurationFrame Method
             | 
          
        
        
            Serialize configuration frames, types 2 and 3, to cache folder for later use (if needed).
            
        
        Namespace: PhasorProtocolAdapters.IeeeC37_118Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntaxprotected override void CacheConfigurationFrame(
	IConfigurationFrame _,
	string name
)
Protected Overrides Sub CacheConfigurationFrame ( 
	_ As IConfigurationFrame,
	name As String
)
protected:
virtual void CacheConfigurationFrame(
	IConfigurationFrame^ _, 
	String^ name
) override
abstract CacheConfigurationFrame : 
        _ : IConfigurationFrame * 
        name : string -> unit 
override CacheConfigurationFrame : 
        _ : IConfigurationFrame * 
        name : string -> unit function CacheConfigurationFrame(_, name);
 View SourceParameters
- _  IConfigurationFrame
 - name  String
 - Name to use when caching the configuration.
 
See Also