Share via


DiscoveryTaskResult.MonitoringTaskResults Property

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets monitoring information about the task that performed the discovery.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Use this.TaskResults")]
public ReadOnlyCollection<MonitoringTaskResult> MonitoringTaskResults { get; }
public:
[ObsoleteAttribute("Use this.TaskResults")]
property ReadOnlyCollection<MonitoringTaskResult^>^ MonitoringTaskResults {
    ReadOnlyCollection<MonitoringTaskResult^>^ get();
}
[<ObsoleteAttribute("Use this.TaskResults")>]
member MonitoringTaskResults : ReadOnlyCollection<MonitoringTaskResult> with get
<ObsoleteAttribute("Use this.TaskResults")>
Public ReadOnly Property MonitoringTaskResults As ReadOnlyCollection(Of MonitoringTaskResult)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringTaskResult>

Returns a ReadOnlyCollection<T> of type MonitoringTaskResult that contains monitoring information about the task that performed the discovery.

Remarks

The monitoring information includes properties such as the time a task was started, its current status, the time the task completed, and the output generated by the task.

See Also

DiscoveryTaskResult Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top