次の方法で共有


ConnectivityInformation クラス

定義

接続状態に関する情報。

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

コンストラクター

ConnectivityInformation()

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

ConnectivityInformation(IList<ConnectivityHop>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

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

プロパティ

AvgLatencyInMs

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

ConnectionStatus

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

Hops

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

MaxLatencyInMs

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

MinLatencyInMs

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

ProbesFailed

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

ProbesSent

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

適用対象