| 
            
              PhasorMeasurementMapperLoadCachedConfiguration Method
             | 
          
        
        
            Attempts to load the last known good (i.e., cached) configuration.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntax[AdapterCommandAttribute("Attempts to load the last known good configuration.", 
	new string[] { ... })]
public void LoadCachedConfiguration()<AdapterCommandAttribute("Attempts to load the last known good configuration.", 
	New String() { ... })>
Public Sub LoadCachedConfigurationpublic:
[AdapterCommandAttribute(L"Attempts to load the last known good configuration.", 
	__gc new array<String^>^ { ... })]
void LoadCachedConfiguration()[<AdapterCommandAttribute("Attempts to load the last known good configuration.", 
	new string[] { ... })>]
member LoadCachedConfiguration : unit -> unit function LoadCachedConfiguration();
 View Source
See Also