Click or drag to resize

SFSEventPING_PONG Field

Dispatched when a new lag value measurement is available.

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static readonly string PING_PONG

Field Value

Type: String
Remarks
This event is fired when the automatic lag monitoring is turned on by passing true to the SmartFox.EnableLagMonitor method.

The Params object contains the following parameters:

ParameterDescription
lagValue(int) The average of the last ten measured lag values, expressed in milliseconds.
See Also