xSession::pseudoLatency Method [AX 2012]
Determines whether latency simulation is turned on for the session, and enables latency simulation to be turned on or off.
client server public static int pseudoLatency([int latency])
Run On
ClientOrServerParameters
- latency
- Type: int
Turns latency simulation on or off. Set to zero to turn simulation off. Other values turn simulation on.
Return Value
Type: intAn integer that indicates whether latency simulation is turned on. If the return value is zero, there is no latency simulation.
Show: