Skip to content

Class RetryConfiguration

Namespace: Belay.Extensions.Configuration
Assembly: Belay.Extensions.dll

Configuration for retry behavior.

csharp
public class RetryConfiguration

Inheritance

objectRetryConfiguration

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

BackoffMultiplier

Gets or sets the retry backoff multiplier.

InitialRetryDelayMs

Gets or sets the initial retry delay in milliseconds.

MaxRetries

Gets or sets the maximum number of retries.

MaxRetryDelayMs

Gets or sets the maximum retry delay in milliseconds.

Released under the Apache License 2.0.