次の方法で共有


ConnectivityCheckResponse クラス

定義

接続状態に関する情報。

public class ConnectivityCheckResponse
type ConnectivityCheckResponse = class
Public Class ConnectivityCheckResponse
継承
ConnectivityCheckResponse

コンストラクター

ConnectivityCheckResponse()

ConnectivityCheckResponse クラスの新しいインスタンスを初期化します。

ConnectivityCheckResponse(IList<ConnectivityHop>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

ConnectivityCheckResponse クラスの新しいインスタンスを初期化します。

プロパティ

AvgLatencyInMs

平均待機時間 (ミリ秒単位) を取得します。

ConnectionStatus

接続状態を取得します。 使用可能な値は、'Unknown'、'Connected'、'Disconnected'、'Degraded' です。

Hops

ソースと宛先の間のホップの一覧を取得します。

MaxLatencyInMs

最大待機時間 (ミリ秒単位) を取得します。

MinLatencyInMs

最小待機時間 (ミリ秒単位) を取得します。

ProbesFailed

失敗したプローブの数を取得します。

ProbesSent

送信されたプローブの合計数を取得します。

適用対象