RecoveryTimeout
Recovery timeout in seconds used to re-establish a connection.
Data Type
int
Default Value
1200
Remarks
Recovery timeout in seconds used to re-establish a connection. This property extends the reconnection timeout. RecoveryTimeout is always used for asynchronous commands. RecoveryTimeout is also always used if CommandTimeout is 0. If CommandTimeout is nonzero, RecoveryTimeout is used if RecoveryCommandTimeoutOverride is true.
RecoveryTimeout is derived from the connection string, else from the evaluation of the ProfileName, or else from the default, 1200 seconds.