RetryDelay
This property specifies the delay in seconds between subsequent retries for a connection.
Declaration
// C# public int? RetryDelay {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.