MonitoringPerformanceData.GetValues Method

Updated: April 16, 2012

Gets all the values for the performance data instance between the selected range (inclusive of the start and end range). Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringPerformanceData Dim startRange As DateTime Dim endRange As DateTime Dim returnValue As ReadOnlyCollection(Of MonitoringPerformanceDataValue) returnValue = instance.GetValues(startRange, endRange)Public Function GetValues ( _ startRange As DateTime, _ endRange As DateTime _ ) As ReadOnlyCollection(Of MonitoringPerformanceDataValue)public ReadOnlyCollection<MonitoringPerformanceDataValue> GetValues ( DateTime startRange, DateTime endRange )public: ReadOnlyCollection<MonitoringPerformanceDataValue^>^ GetValues ( DateTime startRange, DateTime endRange )public ReadOnlyCollection<MonitoringPerformanceDataValue> GetValues ( DateTime startRange, DateTime endRange )public function GetValues ( startRange : DateTime, endRange : DateTime ) : ReadOnlyCollection<MonitoringPerformanceDataValue>ParametersstartRangeThe start of the range to get values.endRangeThe end of the range to get values.Return ValueReturns a ReadOnlyCollection of MonitoringPerformanceDataValue objects.
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