Click or drag to resize

AdapterCollectionBaseTSupportsTemporalProcessing Property

Gets the flag indicating if this adapter collection supports temporal processing.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual bool SupportsTemporalProcessing { get; }
View Source

Property Value

Boolean

Implements

IAdapterSupportsTemporalProcessing
Remarks
For collections this defaults to false.
See Also