Subsystem.Stop Method

Stops the Subsystem. If the Subsystem fails to stop properly, this method throws an exception of type RTX64Exception, and instance property State returns STOP_ERROR.

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

Syntax
public void Stop()

Implements

IControlSubsystemStop
See Also