Subsystem.StopTcpipStack Method

Stops the RT-TCP/IP stack if it is running. This method behaves the same as passing 0 to StopTcpipStack(uint timeoutInSeconds). See that method's documentation for timeout behavior.

Return Value

Type: Boolean
Returns true if the stack was successfully stopped, false if the stack is not running, or throws an exception if a timeout occurs. Throws an exception if a timeout occurs waiting for the RT-TCP/IP stack to stop.

Namespace:  IntervalZero.RTX64.Control
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool StopTcpipStack()

Return Value

Type: Boolean
See Also