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

Syntax
public void Pause()

Implements

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