Click or drag to resize

PerfmonInstanceCounterIncrementCounterBy Method

Increments the counter by the specified value. Auto increments the base counter instance if necessary

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void IncrementCounterBy(
	long value
)

Parameters

value
Type: SystemInt64
The value with which to increment the counter
See Also