Click or drag to resize
Grid Solutions Framework

SetFlagsFilterAdapterProcessMeasurements Method

Processes the measurements to apply the flags.

Namespace: TestingAdapters
Assembly: TestingAdapters (in TestingAdapters.dll) Version: 2.4.182-beta
Syntax
protected override void ProcessMeasurements(
	IEnumerable<IMeasurement> measurements
)
View Source

Parameters

measurements  IEnumerableIMeasurement
The set of measurements to which to apply the flags.
See Also