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
<FlagsAttribute>
Public Enumeration PerfmonAttrs
Members
| Member name | Value | Description |
---|
| ObjectSpecificMonitor | 1 | Enable performance monitoring for this object. A Monitoring instance will be specific to the object name. |
| AppSpecificMonitor | 2 | Enable performance monitoring for this object. A Monitoring instance will be specific to the object name and application the requests are associated with. |
See Also