|
PhasorMeasurementMapperSaveConfigurationOutOfSyncMarker Method
|
Persists flag that determines if device configuration has changed since last update in host system.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax public static void SaveConfigurationOutOfSyncMarker(
string configurationName,
bool outOfSync
)
Public Shared Sub SaveConfigurationOutOfSyncMarker (
configurationName As String,
outOfSync As Boolean
)
public:
static void SaveConfigurationOutOfSyncMarker(
String^ configurationName,
bool outOfSync
)
static member SaveConfigurationOutOfSyncMarker :
configurationName : string *
outOfSync : bool -> unit
PhasorProtocolAdapters.PhasorMeasurementMapper.SaveConfigurationOutOfSyncMarker = function(configurationName, outOfSync);
View SourceParameters
- configurationName String
- Name of configuration for assignment.
- outOfSync Boolean
- Out of sync marker to apply.
See Also