Share via


AlertInfo Class

 

Do not use this class. Provides information about a network health alert.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.AlertInfo

Syntax

[DataContractAttribute]
public class AlertInfo : ICloneable
[DataContractAttribute]
public ref class AlertInfo : ICloneable
<DataContractAttribute>
Public Class AlertInfo
    Implements ICloneable

Constructors

Name Description
System_CAPS_pubmethod AlertInfo(AlertInfo)

Creates a new instance of the AlertInfo object using the specified alert information.

System_CAPS_pubmethod AlertInfo(String, String, String)

Initializes a new instance of the AlertInfo class with the specified identifying information.

Properties

Name Description
System_CAPS_pubproperty ActionPerformed

Gets the action for the alert that is performed when the alert is detected.

System_CAPS_pubproperty AdditionalInfo

Gets additional information that is bound to the alert.

System_CAPS_pubproperty DateAndTime

Gets the date and time when the alert was raised.

System_CAPS_pubproperty Description

Gets the description of the alert.

System_CAPS_pubproperty Escalate

Specifies whether email notification is sent for alerts.

System_CAPS_pubproperty FeatureName

Gets the name of the feature that is associated with the alert.

System_CAPS_pubproperty FeatureTitle

Gets the title of the feature that is associated with the alert.

System_CAPS_pubproperty HealthDefinitionName

Gets the name of the health definition that is associated with the alert.

System_CAPS_pubproperty HealthDefinitionTitle

Gets the title of the health definition that is associated with the alert.

System_CAPS_pubproperty InstanceId

Gets the instance identifier of the alert.

System_CAPS_pubproperty IsNew

Indicates whether the alert already exists.

System_CAPS_pubproperty IsRepairDefined

Indicates whether the alert is repairable.

System_CAPS_pubproperty IsSuppressed

Indicates whether the alert is suppressed.

System_CAPS_pubproperty IsSystem

Indicates whether an alert is a system alert.

System_CAPS_pubproperty MachineId

Gets the identifier for the computer on which the alert was raised.

System_CAPS_pubproperty MachineName

Gets the name of the computer on which the alert is raised.

System_CAPS_pubproperty RepairActionPerformed

Gets the information about the repair action for the health definition.

System_CAPS_pubproperty Severity

Gets the health status of the alert.

System_CAPS_pubproperty SupportLink

Gets the support link of the alert.

System_CAPS_pubproperty Troubleshooter

Enables a task to be launched from the Alert Viewer.

System_CAPS_pubproperty TroubleshootSteps

Gets the troubleshooting steps of the alert.

Methods

Name Description
System_CAPS_pubmethod Clone()

Returns a clone of an AlertInfo object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This class supports the infrastructure and is not intended to be used directly in your code.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top