'Declaration
Function CalculateValues( _ ByVal interval As MetricSampleInterval, _ ByVal intervals As Integer, _ ByVal startDateTime As Nullable(Of DateTimeOffset), _ ByVal endDateTime As Nullable(Of DateTimeOffset), _ ByVal trendValue As IEventMetricValueDefinition _ ) As IMetricValueCollection
Parameters
- interval
- The requested data sample size
- intervals
- The number of intervals to have between each value exactly.
- startDateTime
- The earliest date to retrieve data for
- endDateTime
- The last date to retrieve data for
- trendValue
- The specific event metric value to trend
Return Value
A metric value set suitable for display