Component.Stop Method
Stops the Network Link Layer (NL2).
Namespace:
IntervalZero.MaxRT.NL2.Control
Assembly:
IntervalZero.MaxRT.NL2.Control (in IntervalZero.MaxRT.NL2.Control.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public void Stop()
Implements
INL2Component.Stop
Exceptions
If the NL2 fails to stop properly, this method throws an exception of type MaxRTNativeException.
Possible error codes:
| Error code | Meaning |
|---|---|
|
ERROR_PROC_NOT_FOUND |
Unable to load dependent component control libraries, which prevents shutdown of dependent component processes. |
|
RT_ERROR_NL2_CLIENTS_EXIST |
One or more NL2 client applications is still running. |
|
RT_ERROR_NL2_STOPPED |
The NL2 component is not running. |
|
RT_ERROR_NO_LICENSE |
The NL2 component does not have a valid license. |
|
RT_ERROR_TIMEOUT_QUERYING_NL2_STATUS |
An issue has occurred while querying the status of the NL2 component. |
|
RT_ERROR_SUBSYSTEM_NOT_STARTED |
The Subsystem is not running. |
See Also: