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
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdCommand Class
TdCommand Members