Nevron.UI.WebForm.Controls Namespace / NWebControl Class / AsyncCallbackTimeout Property


In This Topic
    AsyncCallbackTimeout Property (NWebControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("AJAX")>
    <System.ComponentModel.DescriptionAttribute("The maximum time in miliseconds to wait for an async callback to complete")>
    <System.ComponentModel.DefaultValueAttribute(6000)>
    Public Property AsyncCallbackTimeout As System.Integer
    'Usage
     
    
    Dim instance As NWebControl
    Dim value As System.Integer
     
    instance.AsyncCallbackTimeout = value
     
    value = instance.AsyncCallbackTimeout
    [System.ComponentModel.Category("AJAX")]
    [System.ComponentModel.Description("The maximum time in miliseconds to wait for an async callback to complete")]
    [System.ComponentModel.DefaultValue(6000)]
    public System.int AsyncCallbackTimeout {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