| 
            
              AdapterBaseSupportsTemporalProcessing Property
             | 
          
        
        
            Gets the flag indicating if this adapter supports temporal processing.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic abstract bool SupportsTemporalProcessing { get; }Public MustOverride ReadOnly Property SupportsTemporalProcessing As Boolean
	Get
public:
virtual property bool SupportsTemporalProcessing {
	bool get () abstract;
}abstract SupportsTemporalProcessing : bool with get
function get_SupportsTemporalProcessing();
 View SourceProperty Value
BooleanImplements
IAdapterSupportsTemporalProcessing
See Also