Send feedback on this topic.
Teradata.Client.Provider
ResetCommandTimeout Method



Teradata.Client.Provider Namespace > TdCommand Class : ResetCommandTimeout Method
Resets the CommandTimeout property to the default value.
Syntax
'Declaration
 
Public Sub ResetCommandTimeout() 
'Usage
 
Dim instance As TdCommand
 
instance.ResetCommandTimeout()
public void ResetCommandTimeout()
public:
void ResetCommandTimeout(); 
Exceptions
ExceptionDescription
Indicates the TdCommand.CommandTimeout property was changed while the command was in the execute state.
Indicates the TdCommand is disposed.
Remarks
ResetCommandTimeout method resets the CommandTimeout property to the default value of 30 seconds.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdCommand Class
TdCommand Members