'Declaration Public Sub ResetCommandTimeout()
'Usage Dim instance As TdCommand instance.ResetCommandTimeout()
public void ResetCommandTimeout()
public: void ResetCommandTimeout();
'Declaration Public Sub ResetCommandTimeout()
'Usage Dim instance As TdCommand instance.ResetCommandTimeout()
public void ResetCommandTimeout()
public: void ResetCommandTimeout();
Exception | Description |
---|---|
System.InvalidOperationException | Indicates the TdCommand.CommandTimeout property was changed while the command was in the execute state. |
System.ObjectDisposedException | Indicates the TdCommand
is disposed. |
ResetCommandTimeout
method resets the CommandTimeout property to the default value of 30 seconds.Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |