Share via


DiagnosticResult Class

Definition

This class represents a MOM Diagnostic result.

public ref class DiagnosticResult : Microsoft::EnterpriseManagement::Common::MonitoringBaseWithId
[System.Serializable]
public class DiagnosticResult : Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
type DiagnosticResult = class
    inherit MonitoringBaseWithId
Public Class DiagnosticResult
Inherits MonitoringBaseWithId
Inheritance
DiagnosticResult
Attributes

Properties

DiagnosticId

The id of the diagnostic that ran.

ErrorCode

The error code.

ErrorMessage

The error message.

LastModified

The time this result was last modified.

ManagementGroup

The ManagementGroup the object was instantiated in.

Output

The output of the diagnostic.

Status

The latest status of the diagnostic.

SubmittedBy

Who the diagnostic was submitted by.

TargetObjectId

The target of the task.

TimeFinished

The time this diagnostic was finished.

TimeScheduled

The time this diagnostic was scheduled to run.

TimeStarted

The time this diagnostic was run.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

Operators

Implicit(DiagnosticResult to MonitoringDiagnosticResult)

Performs an implicit conversion from DiagnosticResult to MonitoringDiagnosticResult.

Applies to