Subsystem.Resume Method
Resumes the current monitoring session from a Paused state. When a monitoring session is resumed, it continues recording events in the current session. It does not create a new session in which to record events.
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 Resume()
Implements
IMonitorSubsystem.Resume
Exceptions
| Exception | Condition |
|---|---|
|
MaxRTNativeException |
Thrown if this method cannot transition monitoring into a Resumed state. |
See Also: