IBotTelemetryClient.TrackEvent 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
확장 가능한 명명된 필드를 사용하여 사용자 지정 이벤트를 기록합니다.
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>
이 이벤트와 관련된 측정값입니다.