ManagementGroup.GetMonitoringConsoleTasks Method

 

Applies To: Operations Manager for System Center 2012

Retrieves a collection of console tasks from the management group.

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

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringConsoleTasks()

Obsolete.Retrieves all the console tasks.

System_CAPS_pubmethod GetMonitoringConsoleTasks(ManagementPackConsoleTaskCriteria)

Obsolete.Retrieves the specified console tasks by specifying the criteria that are used to filter the tasks.

System_CAPS_pubmethod GetMonitoringConsoleTasks<T>(ICollection<T>)

Obsolete.Retrieves all the console tasks that target the specified monitoring object instances.

System_CAPS_pubmethod GetMonitoringConsoleTasks<T>(ManagementPackConsoleTaskCriteria, ICollection<T>)

Obsolete.Retrieves all the console tasks in this management group that match the specified criteria and target the specified monitoring object instances.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top