MonitoringTaskResult Class

Definition

Caution

Use TaskResult

This class is obsolete. Please useTaskResult instead .

public ref class MonitoringTaskResult : Microsoft::EnterpriseManagement::Common::MonitoringBaseWithId
[System.Obsolete("Use TaskResult")]
[System.Serializable]
public class MonitoringTaskResult : Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
type MonitoringTaskResult = class
    inherit MonitoringBaseWithId
Public Class MonitoringTaskResult
Inherits MonitoringBaseWithId
Inheritance
MonitoringTaskResult
Attributes

Properties

BatchId

The batch id of the task that ran.

ErrorCode

The error code.

ErrorMessage

The error message.

LastModified

The time this result was last modified.

LocationId

The location the task ran.

MonitoringTaskId

The id of the task that ran.

Output

The output of the task.

RunningAs

Who the task is running as.

Status

The latest status of the task.

SubmittedBy

Who the task was submitted by.

TargetMonitoringClassId

The target class of the task.

TargetMonitoringObjectId

The target of the task.

TimeFinished

The time this task was finished.

TimeScheduled

The time this task was scheduled to run.

TimeStarted

The time this task was run.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

Operators

Implicit(MonitoringTaskResult to TaskResult)

Performs an implicit conversion from TaskResult to MonitoringTaskResult.

Applies to