Class RetryConfiguration
Namespace: Belay.Extensions.Configuration
Assembly: Belay.Extensions.dll
Configuration for retry behavior.
csharp
public class RetryConfiguration
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Gets or sets the retry backoff multiplier.
Gets or sets the initial retry delay in milliseconds.
Gets or sets the maximum number of retries.
Gets or sets the maximum retry delay in milliseconds.