Send feedback on this topic.
Teradata.Client.Provider
RecoveryTimeout Property (TdRecoveryEventArgs)



Teradata.Client.Provider Namespace > TdRecoveryEventArgs Class : RecoveryTimeout Property
Application sets the timeout for recovery.
Syntax
'Declaration
 
Public Property RecoveryTimeout As Integer
'Usage
 
Dim instance As TdRecoveryEventArgs
Dim value As Integer
 
instance.RecoveryTimeout = value
 
value = instance.RecoveryTimeout
public int RecoveryTimeout {get; set;}
public:
property int RecoveryTimeout {
   int get();
   void set (    int value);
}
Remarks

The TdConnection.RecoverConnection event enables an application to either extend the original TdConnectionStringBuilder.RecoveryTimeout, change the defined RecoveryTimeout or to terminate a reconnection by supplying a TdRecoveryEventArgs.RecoveryTimeout of 0.

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

TdRecoveryEventArgs Class
TdRecoveryEventArgs Members