Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets monitoring information for a batch of completed tasks.
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 the monitoring information for a batch of completed tasks.
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
AgentTaskResult Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top