Share via


DiscoveryTaskResult.MonitoringTaskResults Property

Definition

Caution

Use this.TaskResults

Monitoring task results.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Runtime::MonitoringTaskResult ^> ^ MonitoringTaskResults { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Runtime::MonitoringTaskResult ^> ^ get(); };
[System.Obsolete("Use this.TaskResults")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Runtime.MonitoringTaskResult> MonitoringTaskResults { get; }
member this.MonitoringTaskResults : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Runtime.MonitoringTaskResult>
Public ReadOnly Property MonitoringTaskResults As ReadOnlyCollection(Of MonitoringTaskResult)

Property Value

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

Attributes

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.

Applies to