Property RetryInterval
RetryInterval
The time, in seconds, to wait between two connection retries.
Declaration
public TimeSpan? RetryInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> | The time, in seconds, to wait between two connection retries. |