Click or drag to resize

IndependentInputAdapterManagerBasePerAdapterOutputNames Property

Gets output measurement names to use for each adapter.

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

Property Value

ReadOnlyCollectionString

Implements

IIndependentAdapterManagerPerAdapterOutputNames
See Also