IOperationalDataManagement.GetCachedMonitoringPerformanceData(MonitoringPerformanceDataCriteria) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves all the MonitoringPerformanceData objects in the management group from SDK cache if cache is enabled.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetCachedMonitoringPerformanceData(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetCachedMonitoringPerformanceData (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria);
abstract member GetCachedMonitoringPerformanceData : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetCachedMonitoringPerformanceData (criteria As MonitoringPerformanceDataCriteria) As IList(Of MonitoringPerformanceData)
Parameters
- criteria
- MonitoringPerformanceDataCriteria
The criteria to scope the method by.
Returns
A collection of fully populated MonitoringPerformanceData objects.