TCPIP.SetInstanceId Method |
Sets the instance ID of this Network object to be parameter instanceId.
Currently, this can only be set to 0.
Namespace:
IntervalZero.RTX64.ConfigAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Parameters
- Type: SystemUInt32
Specifies the instance ID of the TCP/IP Stack with which this object is to be associated.
instance
Implements
IConfigTCPIPSetInstanceId(UInt32)
Exception | Condition |
---|---|
RTX64InvalidArgumentException | Thrown if this method is called after the instance ID of this object has already been set (such as by a ctor or a previous call to this method) or if parameter instanceId is not the value 0. Presently, only one TCP/IP Stack instance (ID 0) is supported. |
