Partager via


MonitoringTaskResult Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This class is obsolete. Please use TaskResult instead. Obsolete.

The following tables list the members exposed by the MonitoringTaskResult type.

Public Properties

  Name Description
public property BatchId Gets the GUID for the batch of the task that ran.
public property ErrorCode Gets the error code for the monitoring task.
public property ErrorMessage Gets the error message for the monitoring task.
public property Id  Gets the unique identifier for the connected object. (inherited from MonitoringBaseWithId)
public property LastModified Gets the time, in DateTime format, that the monitoring task was last modified.
public property LocationId Gets the GUID for the location that the task ran.
public property ManagementGroup  Gets the management group that the object is in. (inherited from MonitoringBase)
public property ManagementGroupId  Gets the unique identifier of the management group that owns this object. (inherited from MonitoringBase)
public property MonitoringTaskId Gets the GUID for the task that ran.
public property Output Gets the output from the task.
public property RunningAs Gets the user name of the user account that the task ran under.
public property Status Gets the latest status of the task.
public property SubmittedBy Gets the user name of the user who submitted the task.
public property TargetMonitoringClassId Gets the GUID for the target class of the task.
public property TargetMonitoringObjectId Gets the GUID for the target monitoring object of the task.
public property TimeFinished Gets the time, in DateTime format, that the task finished running.
public property TimeScheduled Gets the time, in DateTime format, that the task was scheduled to run.
public property TimeStarted Gets the time, in DateTime format, that the task started to run.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  Overridden. Compares this object with a specified object for equality. (inherited from Object)
public method GetHashCode  Overridden. Returns the hash code for this object. (inherited from Object)
public method GetType  (inherited from Object)
public methodstatic Implicit Performs an implicit conversion from MonitoringTaskResult to TaskResult.
public method Reconnect Overridden. Reconnects the specified management group.
public method ToString  Overridden. Returns the relevant display string for the object. (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method SetId  Sets the connected object by specifying the unique identifier. (inherited from MonitoringBaseWithId)

Top

See Also

Reference

MonitoringTaskResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace