Click or drag to resize

PerfmonAttrs Enumeration

Performance Monitoring Attributes.

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PerfmonAttrs
Members
  Member nameValueDescription
ObjectSpecificMonitor1Enable performance monitoring for this object. A Monitoring instance will be specific to the object name.
AppSpecificMonitor2Enable performance monitoring for this object. A Monitoring instance will be specific to the object name and application the requests are associated with.
See Also