| 
            
              GSFDeviceAlarmStateAdapterSupportsTemporalProcessing Property 
             | 
          
        
         
            Gets the flag indicating if this adapter supports temporal processing.
            
 
    Namespace: 
   GrafanaAdapters
    Assembly:
   GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-beta
Syntaxpublic override bool SupportsTemporalProcessing { get; }Public Overrides ReadOnly Property SupportsTemporalProcessing As Boolean
	Get
public:
virtual property bool SupportsTemporalProcessing {
	bool get () override;
}abstract SupportsTemporalProcessing : bool with get
override SupportsTemporalProcessing : bool with get
function get_SupportsTemporalProcessing();
 Request Example
		View SourceProperty Value
Type: 
BooleanImplements
IAdapterSupportsTemporalProcessing
See Also