public interface INetConnectionPingResult
INetConnectionPingResult: callback interface used by INetConnection ping.
| Modifier and Type | Method | Description |
|---|---|---|
void |
onResult(INetConnection netConnection,
long pingTime,
int pingId,
boolean result) |
Triggered on server to server result from call to INetConnection.ping.
|
void onResult(INetConnection netConnection, long pingTime, int pingId, boolean result)
netConnection - net connectionpingTime - time in server time (milliseconds) when the ping was initiatedpingId - internal server id for the ping requestresult - true is ping was successful false if failure (timeout)