| 
            
              SystemPerformanceMonitor Constructor
             | 
          
        
        
        
        Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic SystemPerformanceMonitor(
	double samplingInterval = 1000
)
Public Sub New ( 
	Optional samplingInterval As Double = 1000
)
public:
SystemPerformanceMonitor(
	double samplingInterval = 1000
)
new : 
        ?samplingInterval : float 
(* Defaults:
        let _samplingInterval = defaultArg samplingInterval 1000
*)
-> SystemPerformanceMonitorGSF.Diagnostics.SystemPerformanceMonitor = function(samplingInterval);
 View SourceParameters
- samplingInterval  Double  (Optional)
 - 
            Interval, in milliseconds, at which the Counters
            are to be sampled.
            
 
Remarks
            It is recommended to use the 
Default instance of this class
            instead of creating a new instance where applicable.
            
See Also