Struct Ping
public struct Ping
Fields
IsStable
If true, the ping is considered stable (according to the ConnectionSettings.PingSettings).
public bool IsStable
Field Value
LatencyMs
The number of milliseconds it takes for a message to travel from the client to the Replication Server.
public int LatencyMs
Field Value
Properties
RoundTripMs
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 RoundTripMs { 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