dotConnect for Zoho CRM Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class / FailoverRetries Property

FailoverRetries Property (SqlShimConnectionStringBuilder)
Gets or sets the number of retry attempts to re-run a command in case when the command failed because of an exception, that indicates that the reason of the failure may be temporary.
Syntax
'Declaration
 
Public Property FailoverRetries As Integer
 

Property Value

The number of retry attempts to re-run a command in case when the command failed because of an exception, that indicates that the reason of the failure may be temporary.
Remarks
If a command failed because of the exception that indicates that the reason of the failure may be temporary, for example, the target service is busy, the specified number of attempts to re-execute this command is made with a brief delay before each attempt before throwing an exception.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also