RecoveryResult Class

Definition

This class represents a MOM Recovery result.

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

Properties

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 recovery.

RecoveryId

The id of the recovery that ran.

Status

The latest status of the recovery.

SubmittedBy

Who the recovery was submitted by.

TargetObjectId

The target of the recovery.

TimeFinished

The time this recovery was finished.

TimeScheduled

The time this recovery was scheduled to run.

TimeStarted

The time this recovery was run.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

Operators

Implicit(RecoveryResult to MonitoringRecoveryResult)

Performs an implicit conversion from RecoveryResult to MonitoringRecoveryResult.

Applies to