Share via


NullBotTelemetryClient.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
override this.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>

このイベントに関連付けられている測定値。

実装

適用対象