| 
            
              PhasorMeasurementMapperLoadConfigurationOutOfSyncMarker Method
             | 
          
        
        
            Loads flag that determines if device configuration has changed since last update in host system.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntaxpublic static bool LoadConfigurationOutOfSyncMarker(
	string configurationName
)
Public Shared Function LoadConfigurationOutOfSyncMarker ( 
	configurationName As String
) As Boolean
public:
static bool LoadConfigurationOutOfSyncMarker(
	String^ configurationName
)
static member LoadConfigurationOutOfSyncMarker : 
        configurationName : string -> bool PhasorProtocolAdapters.PhasorMeasurementMapper.LoadConfigurationOutOfSyncMarker = function(configurationName);
 View SourceParameters
- configurationName  String
 - Name of configuration to check.
 
Return Value
Booleantrue if device configuration has changed since last update in host system; otherwise, 
false.
See Also