TestimoX

API Reference

Class

View (DomainControllerPingPostureService)

Namespace ComputerX.Network.DomainControllerPingPostureService
Assembly ComputerX
Modifiers sealed

Aggregated ICMP reachability view for a target domain controller.

Inheritance

  • Object
  • View

Constructors

Properties

public String ComputerName { get; set; } #

Target computer name.

public Boolean QuerySucceeded { get; set; } #

True when the ping query completed without a fatal error.

public Boolean PingSucceeded { get; set; } #

True when the target responded to ICMP echo.

public String 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.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.