Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperSaveConfigurationOutOfSyncMarker Method

Persists 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 void SaveConfigurationOutOfSyncMarker(
	string configurationName,
	bool outOfSync
)
View Source

Parameters

configurationName  String
Name of configuration for assignment.
outOfSync  Boolean
Out of sync marker to apply.
See Also