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 | |
---|---|---|
GetMonitoringTaskResults() | Obsolete.Retrieves a collection of all the task results. |
|
GetMonitoringTaskResults(Guid) | Obsolete.Retrieves a collection of task results that have the specified GUID. |
|
GetMonitoringTaskResults(MonitoringClass) | Obsolete.Retrieves a collection of monitoring task results for the specified class. |
|
GetMonitoringTaskResults(TaskResultCriteria) | Obsolete.Retrieves a collection of monitoring task result objects that match the specified filter. |
|
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