| 
            
              ConcentratorBaseDiscardedMeasurements Property
             | 
          
        
        
            Gets the total number of measurements that have been discarded because of old timestamps
            (i.e., measurements that were outside the time deviation tolerance from base time, past or future).
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic long DiscardedMeasurements { get; }Public ReadOnly Property DiscardedMeasurements As Long
	Get
public:
property long long DiscardedMeasurements {
	long long get ();
}member DiscardedMeasurements : int64 with get
function get_DiscardedMeasurements();
 View SourceProperty Value
Int64
See Also