Share via


xSession.pseudoLatency Method

Definition

Overloads

pseudoLatency(Int32)
pseudoLatency()

Determines whether latency simulation is turned on for the session, and enables latency simulation to be turned on or off.

pseudoLatency(Int32)

public:
 static int pseudoLatency(int _latency);
public static int pseudoLatency (int _latency);
static member pseudoLatency : int -> int
Public Shared Function pseudoLatency (_latency As Integer) As Integer

Parameters

_latency
Int32

Turns latency simulation on or off. Set to zero to turn simulation off. Other values turn simulation on.

Returns

Applies to

pseudoLatency()

Determines whether latency simulation is turned on for the session, and enables latency simulation to be turned on or off.

public:
 static int pseudoLatency();
public static int pseudoLatency ();
static member pseudoLatency : unit -> int
Public Shared Function pseudoLatency () As Integer

Returns

An integer that indicates whether latency simulation is turned on. If the return value is zero, there is no latency simulation.

Remarks

You can run pseudo simulations of remote connections from the System monitoring tool:

  • On the toolbar, select Tools, point to Development tools, point to System monitoring, and then click the Remote connection tab

Applies to