xSession.pseudoBandwidth Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
pseudoBandwidth(Int32) | |
pseudoBandwidth() |
Determines whether bandwidth simulation is turned on for the session, and enables bandwidth simulation to be turned on or off. |
pseudoBandwidth(Int32)
public:
static int pseudoBandwidth(int _bandwidth);
public static int pseudoBandwidth (int _bandwidth);
static member pseudoBandwidth : int -> int
Public Shared Function pseudoBandwidth (_bandwidth As Integer) As Integer
Parameters
- _bandwidth
- Int32
Turns bandwidth simulation on or off. Set to zero to turn simulation off. Other values turn simulation on.
Returns
Applies to
pseudoBandwidth()
Determines whether bandwidth simulation is turned on for the session, and enables bandwidth simulation to be turned on or off.
public:
static int pseudoBandwidth();
public static int pseudoBandwidth ();
static member pseudoBandwidth : unit -> int
Public Shared Function pseudoBandwidth () As Integer
Returns
An integer that indicates whether bandwidth simulation is turned on. If the return value is zero, there is no bandwidth 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.