Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / INAjaxControl Interface / AsyncCallbackTimeout Property


In This Topic
    AsyncCallbackTimeout Property (INAjaxControl)
    In This Topic
    Gets / sets a value in milliseconds that determines how long will the control wait before canceling an AJAX callback due to timeout.
    Syntax
    'Declaration
     
    
    Property AsyncCallbackTimeout As System.Integer
    'Usage
     
    
    Dim instance As INAjaxControl
    Dim value As System.Integer
     
    instance.AsyncCallbackTimeout = value
     
    value = instance.AsyncCallbackTimeout
    System.int AsyncCallbackTimeout {get; set;}
    Remarks
    This property is provided to avoid the possibility of unexpected web-browser behavior during AJAX http requests. The reason to handle unexpected failures is that the client environment can vary greatly and not all factors affecting the web-browser, which displays the component, can be foreseen.
    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