Click or drag to resize

IPerfmonLoggingLogPerformance Method

Logs the duration of an event into the Performance Monitoring System

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void LogPerformance(
	IAppContext cxt,
	double counterIncrement,
	string counterKey = null
)

Parameters

cxt
Type: NetQuarryIAppContext
The current IAppContext context object.
counterIncrement
Type: SystemDouble
The amount by which the counter should be incremented
counterKey (Optional)
Type: SystemString
The key name of a specific instance counter to increment. If no key is provided the default counters for this object should be incremented
See Also