Share via


MonitoringPerformanceData.GetValues Method (DateTime, DateTime)

 

Applies To: Operations Manager for System Center 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)

Syntax

public ReadOnlyCollection<MonitoringPerformanceDataValue> GetValues(
    DateTime startRange,
    DateTime endRange
)
public:
ReadOnlyCollection<MonitoringPerformanceDataValue^>^ GetValues(
    DateTime startRange,
    DateTime endRange
)
member GetValues : 
        startRange:DateTime *
        endRange:DateTime -> ReadOnlyCollection<MonitoringPerformanceDataValue>
Public Function GetValues (
    startRange As Date,
    endRange As Date
) As ReadOnlyCollection(Of MonitoringPerformanceDataValue)

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringPerformanceDataValue>

Returns a ReadOnlyCollection<T> of MonitoringPerformanceDataValue objects.

See Also

MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top