Click or drag to resize

DataPublisherUpdateLatencyStatistics Method

Updates latency statistics based on the collection of latencies passed into the method.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void UpdateLatencyStatistics(
	IEnumerable<long> latencies
)
View Source

Parameters

latencies  IEnumerableInt64
The latencies of the measurements sent by the publisher.
See Also