SystemMonitor.ManualUpdate property

Retrieves or sets a value indicating whether the contents of the System Monitor will be updated manually, or automatically at specified intervals.

This property is read-only.

Syntax

Property ManualUpdate As Boolean

Property value

True indicates that graph is updated manually. False indicates that the graph is updated automatically based on the update interval specified in SystemMonitor.UpdateInterval.

Remarks

By default, the graph is updated automatically.

To update the graph manually, call the SystemMonitor.CollectSample method.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
DLL
Sysmon.ocx

See also

SystemMonitor

SystemMonitor.CollectSample

SystemMonitor.UpdateGraph