|   | AdapterCollectionBaseTSupportsTemporalProcessing Property | 
        
        
            Gets the flag indicating if this adapter collection supports temporal processing.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual bool SupportsTemporalProcessing { get; }Public Overridable ReadOnly Property SupportsTemporalProcessing As Boolean
	Get
public:
virtual property bool SupportsTemporalProcessing {
	bool get ();
}abstract SupportsTemporalProcessing : bool with get
override SupportsTemporalProcessing : bool with get
function get_SupportsTemporalProcessing();
Property Value
BooleanImplements
IAdapterSupportsTemporalProcessing Remarks
Remarks
            For collections this defaults to false.
            
 See Also
See Also