Partager via


IMetricTelemetryPipeline.TrackAsync Méthode

Définition

Envoyez un agrégat de métriques à la destination finale.

public System.Threading.Tasks.Task TrackAsync (Microsoft.ApplicationInsights.Metrics.MetricAggregate metricAggregate, System.Threading.CancellationToken cancelToken);
abstract member TrackAsync : Microsoft.ApplicationInsights.Metrics.MetricAggregate * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function TrackAsync (metricAggregate As MetricAggregate, cancelToken As CancellationToken) As Task

Paramètres

metricAggregate
MetricAggregate

Agrégation.

cancelToken
CancellationToken

L’annulation peut ou non être prise en charge par différentes destinations.

Retours

Tâche représentant l’opération Track.

Exceptions

Le metricAggregate spécifié est null.

La classe runtime du spécifié metricAggregate ne correspond pas au type de destination de télémétrie représenté par cette instance de IMetricTelemetryPipeline.

L’annulation cancelToken a été demandée pour le spécifié.

S’applique à