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.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public void SetInstanceId(
	uint instance
)

Parameters

instance

Type: SystemUInt32
Specifies the instance ID of the TCP/IP Stack with which this object is to be associated.

Implements

IConfigTCPIPSetInstanceId(UInt32)
Exceptions
ExceptionCondition
RTX64InvalidArgumentExceptionThrown 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.
See Also