| 
            
              PhasorMeasurementMapperLoadConfiguration Method
             | 
          
        
        
            Attempts to load the specified configuration.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.257-beta
Syntax[AdapterCommandAttribute("Attempts to load the specified configuration.", 
	new string[] { ... })]
public void LoadConfiguration(
	string configurationFileName
)<AdapterCommandAttribute("Attempts to load the specified configuration.", 
	New String() { ... })>
Public Sub LoadConfiguration ( 
	configurationFileName As String
)public:
[AdapterCommandAttribute(L"Attempts to load the specified configuration.", 
	__gc new array<String^>^ { ... })]
void LoadConfiguration(
	String^ configurationFileName
)[<AdapterCommandAttribute("Attempts to load the specified configuration.", 
	new string[] { ... })>]
member LoadConfiguration : 
        configurationFileName : string -> unit function LoadConfiguration(configurationFileName);
 View SourceParameters
- configurationFileName  String
 - Path and file name containing serialized configuration.
 
See Also