IBotTelemetryClient.TrackEvent 메서드

정의

확장 가능한 명명된 필드를 사용하여 사용자 지정 이벤트를 기록합니다.

public void TrackEvent (string eventName, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,double> metrics = default);
abstract member TrackEvent : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
Public Sub TrackEvent (eventName As String, Optional properties As IDictionary(Of String, String) = Nothing, Optional metrics As IDictionary(Of String, Double) = Nothing)

매개 변수

eventName
String

이벤트의 이름입니다.

properties
IDictionary<String,String>

이벤트를 검색하고 분류하는 데 사용할 수 있는 명명된 문자열 값입니다.

metrics
IDictionary<String,Double>

이 이벤트와 관련된 측정값입니다.

적용 대상