Property RetryDelay
RetryDelay
Gets or sets the delay between retry attempts.
public TimeSpan? RetryDelay { get; set; }
Property Value
- TimeSpan?
Delay between retries, or
nullfor immediate retries.
Gets or sets the delay between retry attempts.
public TimeSpan? RetryDelay { get; set; }
Delay between retries, or null for immediate retries.