Click or drag to resize
ISessionEventListenerOnTimingInfo Method
Fires when a ping from the server is received.

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
void 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