xSession::pseudoSimMode Method [AX 2012]
Determines whether delay simulation is turned on for the session, and enables delay simulation to be turned on or off.
client server public static int pseudoSimMode([int simMode])
Run On
ClientOrServerParameters
- simMode
- Type: int
Turns delay simulation on or off. Set to zero to turn simulation off. Set to 1 to simulate delays for application calls. Set to 2 to simulate delays for all calls.
Return Value
Type: intAn integer that indicates whether delay simulation is turned on. If the return value is zero, there is no delay simulation. If the return value is 1, delays are simulated only for application-controlled calls. If the return value is 2, delays are simulated for all calls.
Show: