RecoveryCommandTimeoutOverride
Enables a RecoveryTimeout value to be supplied during reconnection for commands that contain a finite CommandTimeout . True by default.
Data Type
bool
Default Value
true
Remarks
Enables a RecoveryTimeout value to be supplied during reconnection for commands that contain a finite CommandTimeout. True by default.
All synchronous commands that contain a zero (infinite) CommandTimeout will always extend the reconnection time by the RecoveryTimeout. If the CommandTimeout is non-zero, enabling the RecoveryCommandTimeoutOverride property will set the reconnection timeout to the RecoveryTimeout value.