Sdílet prostřednictvím


IBotTelemetryClient.TrackAvailability Metoda

Definice

Odesílání informací o dostupnosti aplikace

public void TrackAvailability (string name, DateTimeOffset timeStamp, TimeSpan duration, string runLocation, bool success, string message = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,double> metrics = default);
abstract member TrackAvailability : string * DateTimeOffset * TimeSpan * string * bool * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
Public Sub TrackAvailability (name As String, timeStamp As DateTimeOffset, duration As TimeSpan, runLocation As String, success As Boolean, Optional message As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional metrics As IDictionary(Of String, Double) = Nothing)

Parametry

name
String

Název testu dostupnosti.

timeStamp
DateTimeOffset

Čas, kdy byla zaznamenána dostupnost.

duration
TimeSpan

Doba potřebná ke spuštění testu dostupnosti.

runLocation
String

Název umístění, ze které byl test dostupnosti spuštěn.

success
Boolean

Hodnota True, pokud se test dostupnosti úspěšně spustil.

message
String

Chybová zpráva při selhání spuštění testu dostupnosti

properties
IDictionary<String,String>

Hodnoty pojmenovaného řetězce, které můžete použít ke klasifikaci a vyhledávání této telemetrie dostupnosti.

metrics
IDictionary<String,Double>

Další hodnoty přidružené k této telemetrii dostupnosti

Platí pro