ITelemetryProducer.TrackMetric Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TrackMetric(String, Double, IDictionary<String,String>) |
Envoyez une valeur de métrique aux consommateurs de télémétrie inscrits. |
TrackMetric(String, TimeSpan, IDictionary<String,String>) |
Envoyez une valeur de métrique aux consommateurs de télémétrie inscrits. |
TrackMetric(String, Double, IDictionary<String,String>)
- Source:
- ITelemetryProducer.cs
Envoyez une valeur de métrique aux consommateurs de télémétrie inscrits.
public void TrackMetric (string name, double value, System.Collections.Generic.IDictionary<string,string> properties = default);
abstract member TrackMetric : string * double * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub TrackMetric (name As String, value As Double, Optional properties As IDictionary(Of String, String) = Nothing)
Paramètres
- name
- String
Nom de la mesure.
- value
- Double
Valeur de métrique.
- properties
- IDictionary<String,String>
Valeurs de chaîne nommées que vous pouvez utiliser pour classifier et filtrer les métriques.
S’applique à
TrackMetric(String, TimeSpan, IDictionary<String,String>)
- Source:
- ITelemetryProducer.cs
Envoyez une valeur de métrique aux consommateurs de télémétrie inscrits.
public void TrackMetric (string name, TimeSpan value, System.Collections.Generic.IDictionary<string,string> properties = default);
abstract member TrackMetric : string * TimeSpan * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub TrackMetric (name As String, value As TimeSpan, Optional properties As IDictionary(Of String, String) = Nothing)
Paramètres
- name
- String
Nom de la mesure.
- value
- TimeSpan
Valeur de métrique.
- properties
- IDictionary<String,String>
Valeurs de chaîne nommées que vous pouvez utiliser pour classifier et filtrer les métriques.