Click or drag to resize

PerformanceMonitorAddCounter Method (PerformanceCounter)

Adds a PerformanceCounter to be monitored.

Namespace:  GSF.Diagnostics
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.3.436-beta
Syntax
public void AddCounter(
	PerformanceCounter counter
)
Request Example View Source

Parameters

counter
Type: GSF.DiagnosticsPerformanceCounter
The PerformanceCounter object to be monitored.
See Also