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
Public Enumeration GetCounterAttributeType
Members
| Member name | Value | Description |
---|
| Instance | 1 | Return the instance name for an objects counter (typically includes the name of the object) |
| Category | 2 | Return the category name for an objects counter (typically includes the name of type of object) |
| CounterName | 3 | Return the description of what the counter represents for an object. |
| IsMonitored | 4 | Return whether an object is participating in performance montoring. |
| PerfmonAttrs | 5 | Return the PerfmonAttrs applied to this object. |
See Also