Share via


MonitoringPerformanceData.GetValueReader 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 this performance data instance between the selected range (inclusive).

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 MonitoringPerformanceDataValueReader

returnValue = instance.GetValueReader(startRange, endRange)

Syntax

'Declaration
Public Function GetValueReader ( _
    startRange As DateTime, _
    endRange As DateTime _
) As MonitoringPerformanceDataValueReader
public MonitoringPerformanceDataValueReader GetValueReader (
    DateTime startRange,
    DateTime endRange
)
public:
MonitoringPerformanceDataValueReader^ GetValueReader (
    DateTime startRange, 
    DateTime endRange
)
public MonitoringPerformanceDataValueReader GetValueReader (
    DateTime startRange, 
    DateTime endRange
)
public function GetValueReader (
    startRange : DateTime, 
    endRange : DateTime
) : MonitoringPerformanceDataValueReader

Parameters

  • startRange
    The start of the range to get values for this performance data instance.
  • endRange
    The end of the range to get values for this performance data instance.

Return Value

Returns a MonitoringPerformanceDataValueReader object.

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