SubsystemResume 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.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public void Resume()

Implements

IMonitorSubsystemResume
Exceptions
ExceptionCondition
RTX64Win32Exception Thrown if this method cannot transition monitoring into a Resumed state.
See Also