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 | |
---|---|---|
AlertInfo(AlertInfo) | Creates a new instance of the AlertInfo object using the specified alert information. |
|
AlertInfo(String, String, String) | Initializes a new instance of the AlertInfo class with the specified identifying information. |
Properties
Name | Description | |
---|---|---|
ActionPerformed | Gets the action for the alert that is performed when the alert is detected. |
|
AdditionalInfo | Gets additional information that is bound to the alert. |
|
DateAndTime | Gets the date and time when the alert was raised. |
|
Description | Gets the description of the alert. |
|
Escalate | Specifies whether email notification is sent for alerts. |
|
FeatureName | Gets the name of the feature that is associated with the alert. |
|
FeatureTitle | Gets the title of the feature that is associated with the alert. |
|
HealthDefinitionName | Gets the name of the health definition that is associated with the alert. |
|
HealthDefinitionTitle | Gets the title of the health definition that is associated with the alert. |
|
InstanceId | Gets the instance identifier of the alert. |
|
IsNew | Indicates whether the alert already exists. |
|
IsRepairDefined | Indicates whether the alert is repairable. |
|
IsSuppressed | Indicates whether the alert is suppressed. |
|
IsSystem | Indicates whether an alert is a system alert. |
|
MachineId | Gets the identifier for the computer on which the alert was raised. |
|
MachineName | Gets the name of the computer on which the alert is raised. |
|
RepairActionPerformed | Gets the information about the repair action for the health definition. |
|
Severity | Gets the health status of the alert. |
|
SupportLink | Gets the support link of the alert. |
|
Troubleshooter | Enables a task to be launched from the Alert Viewer. |
|
TroubleshootSteps | Gets the troubleshooting steps of the alert. |
Methods
Name | Description | |
---|---|---|
Clone() | Returns a clone of an AlertInfo object. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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