Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperLoadConfiguration Method

Attempts to load the specified configuration.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Attempts to load the specified configuration.", 
	new string[] { ... })]
public void LoadConfiguration(
	string configurationFileName
)
View Source

Parameters

configurationFileName  String
Path and file name containing serialized configuration.
See Also