다음을 통해 공유


ITelemetryProducer.TrackMetric 메서드

정의

오버로드

TrackMetric(String, Double, IDictionary<String,String>)

등록된 원격 분석 소비자에게 메트릭 값을 보냅니다.

TrackMetric(String, TimeSpan, IDictionary<String,String>)

등록된 원격 분석 소비자에게 메트릭 값을 보냅니다.

TrackMetric(String, Double, IDictionary<String,String>)

Source:
ITelemetryProducer.cs

등록된 원격 분석 소비자에게 메트릭 값을 보냅니다.

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)

매개 변수

name
String

메트릭 이름입니다.

value
Double

메트릭 값입니다.

properties
IDictionary<String,String>

메트릭을 분류하고 필터링하는 데 사용할 수 있는 명명된 문자열 값입니다.

적용 대상

TrackMetric(String, TimeSpan, IDictionary<String,String>)

Source:
ITelemetryProducer.cs

등록된 원격 분석 소비자에게 메트릭 값을 보냅니다.

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)

매개 변수

name
String

메트릭 이름입니다.

value
TimeSpan

메트릭 값입니다.

properties
IDictionary<String,String>

메트릭을 분류하고 필터링하는 데 사용할 수 있는 명명된 문자열 값입니다.

적용 대상