'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;}
'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;}
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.
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 |