API Reference
Class
PingProbeResult
Low-level ping probe result used by the posture service.
Inheritance
- Object
- PingProbeResult
Constructors
public PingProbeResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.