AlertInfo Class

 

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

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

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

[DataContractAttribute]
public ref class AlertInfo : ICloneable

NameDescription
System_CAPS_pubmethodAlertInfo(AlertInfo^)

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

System_CAPS_pubmethodAlertInfo(String^, String^, String^)

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

NameDescription
System_CAPS_pubpropertyActionPerformed

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

System_CAPS_pubpropertyAdditionalInfo

Gets additional information that is bound to the alert.

System_CAPS_pubpropertyDateAndTime

Gets the date and time when the alert was raised.

System_CAPS_pubpropertyDescription

Gets the description of the alert.

System_CAPS_pubpropertyEscalate

Specifies whether email notification is sent for alerts.

System_CAPS_pubpropertyFeatureName

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

System_CAPS_pubpropertyFeatureTitle

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

System_CAPS_pubpropertyHealthDefinitionName

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

System_CAPS_pubpropertyHealthDefinitionTitle

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

System_CAPS_pubpropertyInstanceId

Gets the instance identifier of the alert.

System_CAPS_pubpropertyIsNew

Indicates whether the alert already exists.

System_CAPS_pubpropertyIsRepairDefined

Indicates whether the alert is repairable.

System_CAPS_pubpropertyIsSuppressed

Indicates whether the alert is suppressed.

System_CAPS_pubpropertyIsSystem

Indicates whether an alert is a system alert.

System_CAPS_pubpropertyMachineId

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

System_CAPS_pubpropertyMachineName

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

System_CAPS_pubpropertyRepairActionPerformed

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

System_CAPS_pubpropertySeverity

Gets the health status of the alert.

System_CAPS_pubpropertySupportLink

Gets the support link of the alert.

System_CAPS_pubpropertyTroubleshooter

Enables a task to be launched from the Alert Viewer.

System_CAPS_pubpropertyTroubleshootSteps

Gets the troubleshooting steps of the alert.

NameDescription
System_CAPS_pubmethodClone()

Returns a clone of an AlertInfo object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

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

Return to top

Community Additions

ADD
Show: