public bool ProcessByReceivedTimestamp { get; set; }
Public Property ProcessByReceivedTimestamp As Boolean
Get
Set
function get_ProcessByReceivedTimestamp();
function set_ProcessByReceivedTimestamp(value);
Setting this value to true will make concentrator use the timestamp of measurement reception, which is typically the IMeasurement creation time, for sorting and publication. This is useful in scenarios where the concentrator will be receiving very large volumes of data but not necessarily in real-time, such as, reading values from a file where you want data to be sorted and processed as fast as possible.
Setting this value to true will force UseLocalClockAsRealTime to be true and AllowSortsByArrival to be false.