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


In This Topic
    LockTimeout Property (VistaDBConnection)
    In This Topic
    An integer value that represents the time in seconds as the maximum time a transaction is locked. 10 seconds is the default, negative values reset to default. Maximum time is one hour.
    Syntax
    'Declaration
     
    
    Public Property LockTimeout As System.Integer
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.Integer
     
    instance.LockTimeout = value
     
    value = instance.LockTimeout
    public System.int LockTimeout {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