Specifies the downcount in seconds after which the historical data will be refreshed

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int AutoUpdateSeconds { get; set; }
Visual Basic
Public Property AutoUpdateSeconds As Integer
	Get
	Set
JScript
function get AutoUpdateSeconds () : int
function set AutoUpdateSeconds (value : int)

Remarks

Please note that the downcount will start once the grid will be fully loaded. When set to zero the refresh is disabled

See Also