Struct Ping
public struct Ping
Fields
AverageLatencyMs
The number of milliseconds it takes for a message to travel from the client to the Replication Server.
public int AverageLatencyMs
Field Value
IsStable
If true, the ping is considered stable (according to the ConnectionSettings.PingSettings).
public bool IsStable
Field Value
LatestLatencyMs
The non-averaged latency reported with the latest packet from the server.
public int LatestLatencyMs
Field Value
Properties
AverageRoundTripMs
The number of milliseconds it takes for a message to travel from the client to the Replication Server and back to the client.
public int AverageRoundTripMs { get; }
Property Value
Methods
ToString()
public override string ToString()
Returns
Operators
implicit operator int(Ping)
public static implicit operator int(Ping ping)
Parameters
ping
Ping