ConnectionStateSnapshot Class

Definition

Connection state snapshot.

public class ConnectionStateSnapshot
type ConnectionStateSnapshot = class
Public Class ConnectionStateSnapshot
Inheritance
ConnectionStateSnapshot

Constructors

ConnectionStateSnapshot()

Initializes a new instance of the ConnectionStateSnapshot class.

ConnectionStateSnapshot(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityHop>)

Initializes a new instance of the ConnectionStateSnapshot class.

Properties

AvgLatencyInMs

Gets or sets average latency in ms.

ConnectionState

Gets or sets the connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown'

EndTime

Gets or sets the end time of the connection snapshot.

EvaluationState

Gets or sets connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed'

Hops

Gets list of hops between the source and the destination.

MaxLatencyInMs

Gets or sets maximum latency in ms.

MinLatencyInMs

Gets or sets minimum latency in ms.

ProbesFailed

Gets or sets the number of failed probes.

ProbesSent

Gets or sets the number of sent probes.

StartTime

Gets or sets the start time of the connection snapshot.

Methods

Validate()

Validate the object.

Applies to