MonitorThreshold Members

Include Protected Members
Include Inherited Members

Represents a threshold metric used when monitoring a publication.

The MonitorThreshold type exposes the following members.

Constructors

  Name Description
Public method MonitorThreshold() Creates a new instance of the MonitorThreshold class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Enabled Gets or sets whether the threshold is enabled.
Public property MetricId Gets or sets the ID value that uniquely identifies the threshold metric.
Public property MetricTitle Gets or sets the name of the threshold metric.
Public property ShouldAlert Gets or sets whether an alert is generated when the metric exceeds the threshold.
Public property UserData Gets or sets an object that allows users to attach their own data to this object.
Public property Value Gets or sets the threshold value.

Top