PartialMonitoringObjectBase::GetMonitoringTaskResults Method (TaskResultCriteria^)
Applies To: Operations Manager for System Center 2012
Gets all the task results that are related to this object and that meet the specified criteria.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public:
ReadOnlyCollection<MonitoringTaskResult^>^ GetMonitoringTaskResults(
TaskResultCriteria^ criteria
)
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Runtime::TaskResultCriteria^
The criteria that filters the task results. Only task results that match the criteria are returned. For information about the criteria syntax, see Operations Manager Data Queries Overview
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringTaskResult^>^Returns a ReadOnlyCollection<T> of Operations Manager Data Queries Overview bjects.
Show: