Click or drag to resize

AdapterCollectionBase<T> .SupportsTemporalProcessing 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.230-beta
Syntax
public virtual bool SupportsTemporalProcessing { get; }
View Source

Property Value

Boolean

Implements

IAdapter.SupportsTemporalProcessing
Remarks
For collections this defaults to false.
See Also