UltimateAjax Class Library

UltimateAjax.AutoCallbackInterval Property

Gets or sets the interval in milliseconds to invoke callback event handler automatically.

[Visual Basic]
Public Property AutoCallbackInterval As Integer
[C#]
public int AutoCallbackInterval {get; set;}

Property Value

Interval in milliseconds to invoke callback event handler automatically. The default value is 0, which means auto callback is disabled.

Remarks

Use this property to set the interval in milliseconds to invoke callback event handler automatically.

See Also

UltimateAjax Class | Karamasoft.WebControls.UltimateAjax Namespace