VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / ConnectionTimeout Property


In This Topic
    ConnectionTimeout Property
    In This Topic
    Gets the time to wait while establishing a connection before terminating the attempt and generating an error.
    Syntax
    'Declaration
     
    
    <ResCategoryAttribute("DataCategory_Data")>
    Public ReadOnly Property ConnectionTimeout As System.Integer
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.Integer
     
    value = instance.ConnectionTimeout
    [ResCategory("DataCategory_Data")]
    public System.int ConnectionTimeout {get;}

    Property Value

    The time (in seconds) to wait for a connection to open. The default value is determined by the specific type of connection that you are using.
    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