Subsystem.Start Method

Starts the Subsystem. If the Subsystem fails to start properly, this method throws an exception of type RTX64Exception, and instance property State returns START_ERROR. If the RT-TCP/IP stack is set to run on RTX64 start and its license is not valid throws RTX64InvalidTcpIpStackLicense exception.

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

Syntax
public void Start()

Implements

IControlSubsystemStart
Exceptions
ExceptionCondition
RTX64Exception
See Also