Click or drag to resize
Grid Solutions Framework

DynamicFilterHandleNewMeasurements Method

Handler for new measurements that have not yet been routed.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
public void HandleNewMeasurements(
	ICollection<IMeasurement> measurements
)
View Source

Parameters

measurements  ICollectionIMeasurement
Measurements that have not yet been routed.

Implements

IFilterAdapterHandleNewMeasurements(ICollectionIMeasurement)
See Also