Subsystem.Enable Method
Enables monitoring. Monitoring must be enabled before it can be started.
Note: Enabling monitoring with this API causes CPU and disk I/O overhead. You can eliminate this overhead by programmatically stopping and disabling monitoring with managed APIs Monitor.Subsystem.Stop or Monitor.Subsystem.Disable.
Namespace:
IntervalZero.MaxRT.wRTOS.Monitor
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public void Enable()
Implements
IMonitorSubsystem.Enable
Exceptions
| Exception | Condition |
|---|---|
|
Thrown if this method is used without the wRTOS Runtime installed. |
See Also: