MonitoringPerformanceData.GetValueReader Method (DateTime, DateTime)
Applies To: Operations Manager for System Center 2012
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)
Syntax
public MonitoringPerformanceDataValueReader GetValueReader(
DateTime startRange,
DateTime endRange
)
public:
MonitoringPerformanceDataValueReader^ GetValueReader(
DateTime startRange,
DateTime endRange
)
member GetValueReader :
startRange:DateTime *
endRange:DateTime -> MonitoringPerformanceDataValueReader
Public Function GetValueReader (
startRange As Date,
endRange As Date
) As MonitoringPerformanceDataValueReader
Parameters
startRange
Type: System.DateTimeThe start of the range to get values for this performance data instance.
endRange
Type: System.DateTimeThe end of the range to get values for this performance data instance.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataValueReader
Returns a MonitoringPerformanceDataValueReader object.
See Also
MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top