Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NWebControl Class / AsyncRefreshInterval Property


In This Topic
    AsyncRefreshInterval Property (NWebControl)
    In This Topic
    Gets / sets a value in milliseconds that determines how often the control will automatically update its content at client side, reading data from the server using AJAX http requests.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("AJAX")>
    <System.ComponentModel.DescriptionAttribute("Interval in miliseconds for the client side auto-refresh timer")>
    <System.ComponentModel.DefaultValueAttribute(5000)>
    Public Property AsyncRefreshInterval As System.Integer
    'Usage
     
    
    Dim instance As NWebControl
    Dim value As System.Integer
     
    instance.AsyncRefreshInterval = value
     
    value = instance.AsyncRefreshInterval
    [System.ComponentModel.Category("AJAX")]
    [System.ComponentModel.Description("Interval in miliseconds for the client side auto-refresh timer")]
    [System.ComponentModel.DefaultValue(5000)]
    public System.int AsyncRefreshInterval {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also