Click or drag to resize

IndependentActionAdapterManagerBaseTAdapterOutputMeasurements Property

Gets or sets output measurements that the IndependentActionAdapterManagerBaseTAdapter will produce, if any.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.MeasurementEditor", 
	null)]
[DefaultValueAttribute(null)]
public override IMeasurement[] OutputMeasurements { get; set; }
View Source

Property Value

IMeasurement

Implements

IAdapterOutputMeasurements
IAdapterOutputMeasurements
See Also