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>
このイベントに関連付けられている測定値。