Click or drag to resize

GetCounterAttributeType Enumeration

The counter attribute to get. Not currently used.

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum GetCounterAttributeType
Members
  Member nameValueDescription
Instance1Return the instance name for an objects counter (typically includes the name of the object)
Category2Return the category name for an objects counter (typically includes the name of type of object)
CounterName3Return the description of what the counter represents for an object.
IsMonitored4Return whether an object is participating in performance montoring.
PerfmonAttrs5Return the PerfmonAttrs applied to this object.
See Also