The starting time interval (in seconds) after which an attempt to retry a
reconnection is performed.
Syntax
'Declaration
Public Property RecoveryStartInterval As Integer
'Usage
Dim instance As TdConnectionStringBuilder
Dim value As Integer
instance.RecoveryStartInterval = value
value = instance.RecoveryStartInterval
public int RecoveryStartInterval {get; set;}
public:
property int RecoveryStartInterval {
int get();
void set ( int value);
}
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also