VistaDB 6
VistaDB.Provider Namespace / VistaDBCommand Class / ResetCommandTimeout Method


In This Topic
    ResetCommandTimeout Method
    In This Topic
    Resets the CommandTimeout to its default value.
    Syntax
    'Declaration
     
    
    Public Sub ResetCommandTimeout() 
    'Usage
     
    
    Dim instance As VistaDBCommand
     
    instance.ResetCommandTimeout()
    public void ResetCommandTimeout()
    Remarks
    The current default value is 0 which means to wait indefinitely for a command to execute.
    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