Subsystem.Pause Method
Pauses the current monitoring session. When in a Paused state, events are not collected. Use Resume to resume a monitoring session that has been paused.
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 Pause()
Implements
IMonitorSubsystem.Pause
Exceptions
| Exception | Condition |
|---|---|
|
Thrown if this method cannot transition monitoring to a Paused state. |
See Also: