共用方式為


ConnectivityInformation Class

Definition

Information on the connectivity status.

public class ConnectivityInformation
type ConnectivityInformation = class
Public Class ConnectivityInformation
Inheritance
ConnectivityInformation

Constructors

ConnectivityInformation()

Initializes a new instance of the ConnectivityInformation class.

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

Initializes a new instance of the ConnectivityInformation class.

Properties

AvgLatencyInMs

Gets average latency in milliseconds.

ConnectionStatus

Gets the connection status. Possible values include: 'Unknown', 'Connected', 'Disconnected', 'Degraded'

Hops

Gets list of hops between the source and the destination.

MaxLatencyInMs

Gets maximum latency in milliseconds.

MinLatencyInMs

Gets minimum latency in milliseconds.

ProbesFailed

Gets number of failed probes.

ProbesSent

Gets total number of probes sent.

Applies to