Skip to content

Latest commit

 

History

History
70 lines (40 loc) · 1.7 KB

File metadata and controls

70 lines (40 loc) · 1.7 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
SystemMonitor.UpdateInterval property
Retrieves or sets the length of time that SYSMON waits before the next time it collects counter data and updates the graph or report.
297931e4-23ae-4384-a04a-9c1fa8aa1239
UpdateInterval property SysMon
UpdateInterval property SysMon , SystemMonitor class
SystemMonitor class SysMon , UpdateInterval property
apiref
SystemMonitor.UpdateInterval
Sysmon.ocx
COM
reference
05/31/2018

SystemMonitor.UpdateInterval property

Retrieves or sets the length of time that SYSMON waits before the next time it collects counter data and updates the graph or report.

This property is read-only.

Syntax

Property UpdateInterval As Single

Property value

Length of time, in seconds, that SYSMON waits before the next time it collects counter data and updates the graph or report. The minimum interval is 1 second (this is also the default value). The maximum value is 1,000,000.

Remarks

This property is relevant only when SystemMonitor.ManualUpdate is set to False.

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