AITelemetryConsumer.TrackMetric Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
TrackMetric(String, Double, IDictionary<String,String>) | |
TrackMetric(String, TimeSpan, IDictionary<String,String>) |
TrackMetric(String, Double, IDictionary<String,String>)
- Исходный код:
- AITelemetryConsumer.cs
System.Object.TrackMetric(System.String,System.Double,System.Collections.Generic.IDictionary{System.String,System.String})
public void TrackMetric (string name, double value, System.Collections.Generic.IDictionary<string,string> properties = default);
public virtual 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
override this.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)
Public Overridable Sub TrackMetric (name As String, value As Double, Optional properties As IDictionary(Of String, String) = Nothing)
Параметры
- name
- String
- value
- Double
- properties
- IDictionary<String,String>
Реализации
Применяется к
TrackMetric(String, TimeSpan, IDictionary<String,String>)
- Исходный код:
- AITelemetryConsumer.cs
System.Object.TrackMetric(System.String,System.TimeSpan,System.Collections.Generic.IDictionary{System.String,System.String})
public void TrackMetric (string name, TimeSpan value, System.Collections.Generic.IDictionary<string,string> properties = default);
public virtual 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
override this.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)
Public Overridable Sub TrackMetric (name As String, value As TimeSpan, Optional properties As IDictionary(Of String, String) = Nothing)
Параметры
- name
- String
- value
- TimeSpan
- properties
- IDictionary<String,String>