|
SynchronizedSubscriptionInfoIgnoreBadTimestamps Property
|
Gets or sets the flag that determines whether to
ignore bad timestamps when sorting measurements.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool IgnoreBadTimestamps { get; set; }
Public Property IgnoreBadTimestamps As Boolean
Get
Set
public:
property bool IgnoreBadTimestamps {
bool get ();
void set (bool value);
}
member IgnoreBadTimestamps : bool with get, set
function get_IgnoreBadTimestamps();
function set_IgnoreBadTimestamps(value);
View SourceProperty Value
BooleanSee Also