|
SystemPerformanceMonitor Constructor
|
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax public 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
*)
-> SystemPerformanceMonitor
GSF.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