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 | |
---|---|---|
BatchId | Gets the GUID for the batch of the task that ran. | |
ErrorCode | Gets the error code for the monitoring task. | |
ErrorMessage | Gets the error message for the monitoring task. | |
Id | Gets the unique identifier for the connected object. (inherited from MonitoringBaseWithId) | |
LastModified | Gets the time, in DateTime format, that the monitoring task was last modified. | |
LocationId | Gets the GUID for the location that the task ran. | |
ManagementGroup | Gets the management group that the object is in. (inherited from MonitoringBase) | |
ManagementGroupId | Gets the unique identifier of the management group that owns this object. (inherited from MonitoringBase) | |
MonitoringTaskId | Gets the GUID for the task that ran. | |
Output | Gets the output from the task. | |
RunningAs | Gets the user name of the user account that the task ran under. | |
Status | Gets the latest status of the task. | |
SubmittedBy | Gets the user name of the user who submitted the task. | |
TargetMonitoringClassId | Gets the GUID for the target class of the task. | |
TargetMonitoringObjectId | Gets the GUID for the target monitoring object of the task. | |
TimeFinished | Gets the time, in DateTime format, that the task finished running. | |
TimeScheduled | Gets the time, in DateTime format, that the task was scheduled to run. | |
TimeStarted | Gets the time, in DateTime format, that the task started to run. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overridden. Compares this object with a specified object for equality. (inherited from Object) | |
GetHashCode | Overridden. Returns the hash code for this object. (inherited from Object) | |
GetType | (inherited from Object) | |
Implicit | Performs an implicit conversion from MonitoringTaskResult to TaskResult. | |
Reconnect | Overridden. Reconnects the specified management group. | |
ToString | Overridden. Returns the relevant display string for the object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
SetId | Sets the connected object by specifying the unique identifier. (inherited from MonitoringBaseWithId) |
Top
See Also
Reference
MonitoringTaskResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace