Share via


IMetricSeriesAggregator.CompleteAggregation(DateTimeOffset) Method

Definition

Wraps up the ongping aggregation period and procudes the resulting aggregate.

public Microsoft.ApplicationInsights.Metrics.MetricAggregate CompleteAggregation (DateTimeOffset periodEnd);
abstract member CompleteAggregation : DateTimeOffset -> Microsoft.ApplicationInsights.Metrics.MetricAggregate
Public Function CompleteAggregation (periodEnd As DateTimeOffset) As MetricAggregate

Parameters

periodEnd
DateTimeOffset

The end timestamp of the period.

Returns

The aggregate containing the sumary of the completed period.

Applies to