PartialMonitoringObject.GetMonitoringPerformanceData Method (MonitoringPerformanceDataCriteria)
Gets all the performance data related to this partial monitoring object, that meet the criteria filter.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
public:
ReadOnlyCollection<MonitoringPerformanceData^>^ GetMonitoringPerformanceData (
MonitoringPerformanceDataCriteria^ criteria
)
public ReadOnlyCollection<MonitoringPerformanceData> GetMonitoringPerformanceData ( MonitoringPerformanceDataCriteria criteria )
public function GetMonitoringPerformanceData ( criteria : MonitoringPerformanceDataCriteria ) : ReadOnlyCollection<MonitoringPerformanceData>
Parameters
- criteria
A value specifying the kind of monitoring performance data.
Return Value
A read-only collection of fully populated MonitoringPerformanceData objects.
Show: