IntervalZero RTX64 Managed Code Framework
Subsystem.StopTcpipStack Method (UInt32) |
Stops the RT-TCP/IP stack if it is running.
Specifies the number of seconds that this method should wait for the RT-TCP/IP stack
to stop. This parameter is optional and defaults to 0, which means wait 30 seconds plus
an additional 10 seconds for each configured network interface (other than the RTX64
Virtual Network interface).
Returns true if the stack was successfully stopped, or false if the stack is not running. Throws an exception if a timeout occurs waiting for the RT-TCP/IP stack to stop.
Namespace:
IntervalZero.RTX64.ControlReturn Value
Type: BooleanReturns true if the stack was successfully stopped, or false if the stack is not running. Throws an exception if a timeout occurs waiting for the RT-TCP/IP stack to stop.
Assembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Parameters
- timeoutInSeconds
- Type: SystemUInt32
Return Value
Type: BooleanImplements
IControlSubsystemStopTcpipStack(UInt32)