Share via


MonitoringPerformanceData.GetValues Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As MonitoringPerformanceData
Dim startRange As DateTime
Dim endRange As DateTime
Dim returnValue As ReadOnlyCollection(Of MonitoringPerformanceDataValue)

returnValue = instance.GetValues(startRange, endRange)

Syntax

'Declaration
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>

Parameters

  • startRange
    The start of the range to get values.
  • endRange
    The end of the range to get values.

Return Value

Returns a ReadOnlyCollection of MonitoringPerformanceDataValue objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

MonitoringPerformanceData Class
MonitoringPerformanceData Members
Microsoft.EnterpriseManagement.Monitoring Namespace