TCPIP.RestartNeeded Property

Read-only. This property is true if the RT-TCP/IP Stack needs to be restarted in order for configuration changes made to this stack to take effect, even if the changes were made in another process. It is false, otherwise.

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

Syntax
public bool RestartNeeded { get; }

Property Value

Type: Boolean

Implements

IConfigTCPIPRestartNeeded
See Also