Table of Contents

Struct Ping

Namespace
Coherence.Common
Assembly
Coherence.Common.dll
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

int

IsStable

If true, the ping is considered stable (according to the ConnectionSettings.PingSettings).

public bool IsStable

Field Value

bool

LatestLatencyMs

The non-averaged latency reported with the latest packet from the server.

public int LatestLatencyMs

Field Value

int

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

int

Methods

ToString()

public override string ToString()

Returns

string

Operators

implicit operator int(Ping)

public static implicit operator int(Ping ping)

Parameters

ping Ping

Returns

int