ManagementGroup.GetMonitoringPerformanceDataReader Method

 

Applies To: Operations Manager for System Center 2012

Retrieves a performance data reader object that contains performance data.

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

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringPerformanceDataReader()

Obsolete.Retrieves a performance data reader that contains all the performance data.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringClass)

Obsolete.Retrieves a performance data reader for the specified class.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringClass, TraversalDepth)

Obsolete.Retrieves a performance data reader for the specified class, with the option to include instances of derived classes.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria)

Obsolete.Retrieves a performance data reader that matches the specified filter.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, MonitoringClass)

Obsolete.Retrieves a performance data reader for the specified class that matches the specified filter.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, MonitoringClass, TraversalDepth)

Obsolete.Retrieves a performance data reader for the specified class that matches the specified filter, with the option to include instances of derived classes.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top