Platform SDK: Performance Monitoring |
Retrieves or sets a value that indicates whether the view will be updated manually or automatically. This is a read/write property.
Public Property ManualUpdate( ) as Boolean
Automatic updating is the default.
When this property is set to True, the view is updated by calling the CollectSample method of the SystemMonitor object.
A value indicating whether the view is being updated manually or automatically.
Graph1.ManualUpdate=False
Windows NT/2000: Requires Windows 2000.
Header: Smonctrl.odl.
System Monitor Automation Interface Overview, System Monitor Automation Interface Properties