| ISessionEventListenerOnTimingInfo Method |
Fires when a ping from the server is received.
Namespace: Six.Sixp.ClientAssembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntaxvoid OnTimingInfo(
ISession session,
ulong pingTurnaroundTime,
ulong estimatedDelayTime,
ulong queueSize
)
Parameters
- session
- Type: Six.Sixp.ClientISession
The session that initiated the event - pingTurnaroundTime
- Type: SystemUInt64
The ping time - estimatedDelayTime
- Type: SystemUInt64
Estimated delay time - queueSize
- Type: SystemUInt64
Size of the server's output queue for the current session
See Also