ConnectionStateSnapshot Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(ConnectionState, Nullable<DateTime>, Nullable<DateTime>, EvaluationState, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, 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. |