RetryCount

This property specifies the number of times a TNS ADDRESS list is traversed before the connection attempt times out.

Declaration

// C#
public int? RetryCount {get; set;}

Exceptions

ArgumentException is thrown when set to a negative value.

Remarks

By default, this property is set to null.

Null setting means other configuration methods determine the client retry count.