Subsystem.Enable Method

Enables monitoring. Monitoring must be enabled before it can be started.

NOTE: Enabling monitoring with this API causes CPU and disk I/O overhead. You can eliminate this overhead by programmatically stopping and disabling monitoring with managed APIs Monitor.Subsystem.Stop or Monitor.Subsystem.Disable.

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public void Enable()

Implements

IMonitorSubsystem.Enable
Exceptions
ExceptionCondition
RTX64Exception Thrown if this method is used without the RTX64 Runtime installed.
See Also