Click or drag to resize

CommonDeserializeConfigurationFrame(String) Method

Deserializes a configuration frame from an XML file.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public static IConfigurationFrame DeserializeConfigurationFrame(
	string configFileName
)
View Source

Parameters

configFileName  String
Path and file name of XML configuration file.

Return Value

IConfigurationFrame
Deserialized IConfigurationFrame.
See Also