Click or drag to resize
Grid Solutions Framework

SerializableFlatlineTest(ICollectionIMeasurement, Int64) Constructor

Initializes a new instance of the SerializableFlatlineTest class.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public SerializableFlatlineTest(
	ICollection<IMeasurement> flatlinedMeasurements,
	long currentTime
)
View Source

Parameters

flatlinedMeasurements  ICollectionIMeasurement
The collection of flatlined measurements to be contained by this SerializableFlatlineTest.
currentTime  Int64
The current time in ticks.
See Also