SimulationNetworkChannelProfile.NetworkChannelIndex Property

The channel index for the network simulation.

Syntax

public:
property int32 NetworkChannelIndex {
         int32 get ();
}  

Property value

Type: int32 

 Returns the channel index for the network simulation.

Remarks

NetworkChannelIndex is a developer supplied index. In the case where a simulation is started with multiple SimulationNetworkChannelProfile objects specified, the channel number describes the order in which the channels are applied. Channels with higher numbers override those with lower numbers. For example, if you define a channel numbered 0 that specifies all traffic to IP address 1.2.3.4 should be at the min connectivity level and then you define another channel numbered 1 that specifies that all traffic to IP address 1.2.3.4 should be blocked completely. In this case, the channel numbered 1 will override channel 0 – all traffic will be blocked.

Requirements

Namespace: Microsoft.Xbox.Tools.ConsoleExtensions

Metadata: microsoft.xbox.tools.consoleextensions.winmd

See also

Reference

SimulationNetworkChannelProfile Class

SimulationNetworkChannelProfile Members

Microsoft.Xbox.Tools.ConsoleExtensions Namespace