ManagementGroup::GetMonitoringConsoleTasks Method (ManagementPackConsoleTaskCriteria^)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

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

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

public:
[ObsoleteAttribute("Please use TaskConfiguration.GetConsoleTasks()")]
ReadOnlyCollection<MonitoringConsoleTask^>^ GetMonitoringConsoleTasks(
	ManagementPackConsoleTaskCriteria^ criteria
)

Parameters

criteria
Type: Microsoft.EnterpriseManagement.Configuration::ManagementPackConsoleTaskCriteria^

A value that specifies the kind of monitoring console tasks to be returned.

Return to top
Show: