You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/AJAXPage/vb_CPUMonitorStyle1.aspx.vb

16 lines
398 B

imports System
Public Class vb_CPUMonitorStyle1
Inherits OboutInc.oboutAJAXPage
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
CreateTimer("updateCount", "computeCount", "getResult", 1000)
End Sub
Public Function computeCount() As System.Double
Dim rnd As Random = New Random()
Dim val As System.Double = rnd.Next(4)