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 public static readonly string PING_PONG
Field Value
Type:
StringRemarks
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:
Parameter | Description |
---|
lagValue | (int) The average of the last ten measured lag values, expressed in milliseconds. |
See Also