ManagementGroup.GetMonitoringTaskResults Method

 

Applies To: Operations Manager for System Center 2012

Retrieves task results.

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

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringTaskResults()

Obsolete.Retrieves a collection of all the task results.

System_CAPS_pubmethod GetMonitoringTaskResults(Guid)

Obsolete.Retrieves a collection of task results that have the specified GUID.

System_CAPS_pubmethod GetMonitoringTaskResults(MonitoringClass)

Obsolete.Retrieves a collection of monitoring task results for the specified class.

System_CAPS_pubmethod GetMonitoringTaskResults(TaskResultCriteria)

Obsolete.Retrieves a collection of monitoring task result objects that match the specified filter.

System_CAPS_pubmethod GetMonitoringTaskResults(TaskResultCriteria, MonitoringClass)

Obsolete.Retrieves a collection of monitoring task results for the specified class that match the specified filter.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top