Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperLoadConfigurationOutOfSyncMarker Method

Loads flag that determines if device configuration has changed since last update in host system.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.181-beta
Syntax
public static bool LoadConfigurationOutOfSyncMarker(
	string configurationName
)
View Source

Parameters

configurationName  String
Name of configuration to check.

Return Value

Boolean
true if device configuration has changed since last update in host system; otherwise, false.
See Also