Click or drag to resize

IndependentActionAdapterManagerBase<TAdapter> .PerAdapterOutputNames Property

Gets output measurement names to use for each adapter.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.240-beta
Syntax
public abstract ReadOnlyCollection<string> PerAdapterOutputNames { get; }
View Source

Property Value

ReadOnlyCollection<String>

Implements

IIndependentAdapterManager.PerAdapterOutputNames
See Also