Click or drag to resize

AdapterCollectionBase<T> .OutputMeasurements Property

Gets or sets output measurements that the AdapterCollectionBase<T> will produce, if any.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntax
public virtual IMeasurement[] OutputMeasurements { get; set; }
View Source

Property Value

IMeasurement[]

Implements

IAdapter.OutputMeasurements
See Also