2 references to ConnectRetryInterval
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
525
return ((SqlConnectionString)ConnectionOptions).
ConnectRetryInterval
;
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
415
int transientRetryIntervalInMilliSeconds = connectionOptions.
ConnectRetryInterval
* 1000; // Max value of transientRetryInterval is 60*1000 ms. The max value allowed for ConnectRetryInterval is 60