Sdílet prostřednictvím


NullBotTelemetryClient.TrackEvent Metoda

Definice

Protokoluje vlastní události s rozšiřitelnými pojmenovanými poli.

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)

Parametry

eventName
String

Název události.

properties
IDictionary<String,String>

Pojmenované řetězcové hodnoty, které můžete použít k vyhledávání a klasifikaci událostí.

metrics
IDictionary<String,Double>

Měření přidružená k této události

Implementuje

Platí pro