TestimoX

API Reference

Class

PingProbeResult

Namespace ComputerX.Network.DomainControllerPingPostureService
Assembly ComputerX
Modifiers sealed

Low-level ping probe result used by the posture service.

Inheritance

  • Object
  • PingProbeResult

Constructors

Properties

public IPStatus Status { get; set; } #

Normalized ping status value.

public Nullable<Int64> RoundtripTimeMs { get; set; } #

Round-trip time in milliseconds when available.

public String ReplyAddress { get; set; } #

Reply address when available.

public String CollectionError { get; set; } #

Collection error when the ping query fails before a reply is received.