Click or drag to resize

MonitoredObjectAttributes Properties

The MonitoredObjectAttributes type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Gets/sets the category of the monitored object, e.g. "Mapper" or "Page".
Public propertyCounterName
Gets/sets the name of the counter being used, e.g. "Query" or "Request".
Public propertyInstance
Gets/sets the name of the object instance based on the object type. For example, for an IMapper this would be the Key whereas for a PageInfo this would be the MOP.
Public propertyIsMonitored
Gets whether or not the object is being monitored at the present time.
Public propertyObjectType
Gets/sets the type of object being monitored, e.g. "mapper" or "page".
Public propertyPerfmonAttributes
Gets/sets the monitoring attributes.
Top
See Also