Click or drag to resize
Grid Solutions Framework

DynamicCalculatorQueueMeasurementsForProcessing Method

Queues a collection of measurements for processing. Measurements are automatically filtered to the defined InputMeasurementKeys.

Namespace:  DynamicCalculator
Assembly:  DynamicCalculator (in DynamicCalculator.dll) Version: 2.2.149-beta
Syntax
public override void QueueMeasurementsForProcessing(
	IEnumerable<IMeasurement> measurements
)
Request Example View Source

Parameters

measurements
Type: System.Collections.GenericIEnumerableIMeasurement
Collection of measurements to queue for processing.

Implements

IActionAdapterQueueMeasurementsForProcessing(IEnumerableIMeasurement)
Remarks
Measurements are filtered against the defined InputMeasurementKeys.
See Also