|
SystemPerformanceMonitor Constructor
|
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.283-beta+c965646d479a9eab83d024dda466bc5a7b4c1300
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