Share via


MonitoringClass.GetMonitoringConsoleTasks Method

 

Applies To: Operations Manager for System Center 2012

Retrieves tasks that target this monitoring class.

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

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringConsoleTasks()

Obsolete.Retrieves all the tasks that target this monitoring class.

System_CAPS_pubmethod GetMonitoringConsoleTasks(BaseClassTraversalDepth)

Obsolete.Retrieves tasks that target this monitoring class, optionally including the tasks that target the base classes of this class.

System_CAPS_pubmethod GetMonitoringConsoleTasks(ManagementPackConsoleTaskCriteria)

Obsolete.Retrieves tasks that target this monitoring class using the specified filter.

System_CAPS_pubmethod GetMonitoringConsoleTasks(ManagementPackConsoleTaskCriteria, BaseClassTraversalDepth)

Obsolete.Retrieves the tasks that target this monitoring class using the specified filter, optionally including console tasks that target the base classes of this class.

See Also

MonitoringClass Class
Microsoft.EnterpriseManagement.Configuration Namespace

Return to top