Click or drag to resize
KaxProgressManagerRefreshPeriod Property
Gets or sets the period (in milliseconds) of the progress data refresh.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public int RefreshPeriod { get; set; }

Property Value

Type: Int32
The period of the progress data refresh in milliseconds. The default value is 500.
Remarks

The refresh period might not be exactly the same as the value specified if the AJAX request has not been completed before the upload. The minimum value is 50 ms.

Note: If the value is very low (50ms) both the client CPU and server CPU load would increase because of the increased number of AJAX requests performed.

See Also