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

Syntax
public void Pause()

Implements

IMonitorSubsystemPause
Exceptions
ExceptionCondition
RTX64Win32Exception Thrown if this method cannot transition monitoring to a Paused state.
See Also