This represents the maximum interval time in seconds, used to limit the retry interval time adjusted by the
TdConnectionStringBuilder.RecoveryIntervalFactor.
Syntax
'Declaration
Public Property RecoveryMaximumInterval As Integer
'Usage
Dim instance As TdConnectionStringBuilder
Dim value As Integer
instance.RecoveryMaximumInterval = value
value = instance.RecoveryMaximumInterval
public int RecoveryMaximumInterval {get; set;}
public:
property int RecoveryMaximumInterval {
int get();
void set ( int value);
}
Requirements
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 |
See Also