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: 4.0.0.0 (File version: 4.5.0)

Syntax
public void Stop()

Implements

IControlSubsystem.Stop
See Also