Subsystem.StopNAL Method

Stops the Network Abstraction Layer (NAL) if it is running.

Namespace:  IntervalZero.RTX64.Control
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public bool StopNAL()

Return Value

Type: Boolean
Returns true if the NAL was successfully stopped, false if the NAL is not running, or throws an exception if a timeout occurs.
See Also