Table of Contents

Struct Ping

Namespace
Coherence.Common
Assembly
Coherence.Common.dll
public struct Ping

Fields

IsStable

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

public bool IsStable

Field Value

bool

LatencyMs

The number of milliseconds it takes for a message to travel from the client to the Replication Server.

public int LatencyMs

Field Value

int

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

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