TelemetryClient.TrackEvent メソッド

定義

オーバーロード

TrackEvent(EventTelemetry)

EventTelemetry診断検索と分析ポータルに表示する を送信します。 への呼び出しごとに個別 EventTelemetry のインスタンスを作成します TrackEvent(EventTelemetry)

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

EventTelemetry診断検索と分析ポータルに表示する を送信します。

TrackEvent(EventTelemetry)

EventTelemetry診断検索と分析ポータルに表示する を送信します。 への呼び出しごとに個別 EventTelemetry のインスタンスを作成します TrackEvent(EventTelemetry)

public void TrackEvent (Microsoft.ApplicationInsights.DataContracts.EventTelemetry telemetry);
member this.TrackEvent : Microsoft.ApplicationInsights.DataContracts.EventTelemetry -> unit
Public Sub TrackEvent (telemetry As EventTelemetry)

パラメーター

telemetry
EventTelemetry

イベント ログ項目。

注釈

詳細情報

適用対象

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

EventTelemetry診断検索と分析ポータルに表示する を送信します。

public void TrackEvent (string eventName, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,double> metrics = default);
member 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>

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

注釈

詳細情報

適用対象