| 
            
              RangeTestGetOutOfRangeCounts Method
             | 
          
        
        
            Get a dictionary of 
MeasurementKey,
Int32 pairs representing
            the number of times each key received has been out-of-range within the last 
TimeToPurge seconds.
            
 
        
        Namespace: DataQualityMonitoringAssembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.257-beta
Syntaxmember GetOutOfRangeCounts : unit -> Dictionary<MeasurementKey, int> 
function GetOutOfRangeCounts();
 View SourceReturn Value
DictionaryMeasurementKey, 
Int32A dictionary of count values for each out-of-range measurement.
See Also