ConnectivityCheckResponse Class

Definition

Information on the connectivity status.

public class ConnectivityCheckResponse
type ConnectivityCheckResponse = class
Public Class ConnectivityCheckResponse
Inheritance
ConnectivityCheckResponse

Constructors

ConnectivityCheckResponse()

Initializes a new instance of the ConnectivityCheckResponse class.

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

Initializes a new instance of the ConnectivityCheckResponse 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