ManagementGroup.GetMonitoringPerformanceDataReader Method (MonitoringPerformanceDataCriteria)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a performance data reader that matches the specified filter.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use OperationalData.GetMonitoringPerformanceDataReader()")]
public MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader(
MonitoringPerformanceDataCriteria criteria
)
public:
[ObsoleteAttribute("Please use OperationalData.GetMonitoringPerformanceDataReader()")]
MonitoringPerformanceDataReader^ GetMonitoringPerformanceDataReader(
MonitoringPerformanceDataCriteria^ criteria
)
[<ObsoleteAttribute("Please use OperationalData.GetMonitoringPerformanceDataReader()")>]
member GetMonitoringPerformanceDataReader :
criteria:MonitoringPerformanceDataCriteria -> MonitoringPerformanceDataReader
<ObsoleteAttribute("Please use OperationalData.GetMonitoringPerformanceDataReader()")>
Public Function GetMonitoringPerformanceDataReader (
criteria As MonitoringPerformanceDataCriteria
) As MonitoringPerformanceDataReader
Parameters
criteria
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteriaA value that specifies the kind of performance data reader.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Returns aMonitoringPerformanceDataReader object.
See Also
GetMonitoringPerformanceDataReader Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top