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

Syntax
public void Resume()

Implements

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