IOperationalDataManagement.GetMonitoringPerformanceData Method (MonitoringPerformanceDataCriteria)

Updated: April 16, 2012

Retrieves a collection of performance data objects that match the specified filter. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As IOperationalDataManagement Dim criteria As MonitoringPerformanceDataCriteria Dim returnValue As IList(Of MonitoringPerformanceData) returnValue = instance.GetMonitoringPerformanceData(criteria)Function GetMonitoringPerformanceData ( _ criteria As MonitoringPerformanceDataCriteria _ ) As IList(Of MonitoringPerformanceData)IList<MonitoringPerformanceData> GetMonitoringPerformanceData ( MonitoringPerformanceDataCriteria criteria )IList<MonitoringPerformanceData^>^ GetMonitoringPerformanceData ( MonitoringPerformanceDataCriteria^ criteria )IList<MonitoringPerformanceData> GetMonitoringPerformanceData ( MonitoringPerformanceDataCriteria criteria )function GetMonitoringPerformanceData ( criteria : MonitoringPerformanceDataCriteria ) : IList<MonitoringPerformanceData>ParameterscriteriaA value that specifies the kind of performance data objects.Return ValueReturns a IList.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms