|   | ConcentratorBasePerformTimestampReasonabilityCheck Property | 
        
        
            Gets or sets flag that determines if timestamp reasonability checks should be performed on incoming
            measurements (i.e., measurement timestamps are compared to system clock for reasonability using
            
LeadTime tolerance).
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool PerformTimestampReasonabilityCheck { get; set; }Public Property PerformTimestampReasonabilityCheck As Boolean
	Get
	Set
public:
property bool PerformTimestampReasonabilityCheck {
	bool get ();
	void set (bool value);
}member PerformTimestampReasonabilityCheck : bool with get, set
function get_PerformTimestampReasonabilityCheck();
function set_PerformTimestampReasonabilityCheck(value);
Property Value
Boolean Remarks
Remarks
            Setting this value to false will make the concentrator use the latest value received as "real-time"
            without validation; this is not recommended in production since time reported by source devices may
            be grossly incorrect. For non-production configurations, setting this value to false will allow
            concentration of historical data.
            
 See Also
See Also