| 
            
              AdapterCollectionBaseTMonitorTimerEnabled Property
             | 
          
        
        
            Gets or sets flag that determines if monitor timer should be used for monitoring processed measurement statistics for the 
AdapterCollectionBaseT.
            
 
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxprotected virtual bool MonitorTimerEnabled { get; set; }Protected Overridable Property MonitorTimerEnabled As Boolean
	Get
	Set
protected:
virtual property bool MonitorTimerEnabled {
	bool get ();
	void set (bool value);
}abstract MonitorTimerEnabled : bool with get, set
override MonitorTimerEnabled : bool with get, set
function get_MonitorTimerEnabled();
function set_MonitorTimerEnabled(value);
 View SourceProperty Value
Boolean
See Also