Skip to content

EveRetryPolicy

NexusLabs.Eve

EveRetryPolicy Class

Overrides retry and backoff settings for one stream reconnect phase.

public sealed record EveRetryPolicy : System.IEquatable<NexusLabs.Eve.EveRetryPolicy>

Inheritance System.Object 🡒 EveRetryPolicy

Implements System.IEquatable<EveRetryPolicy>

Properties

EveRetryPolicy.BaseDelay Property

Gets the initial delay before retrying.

public System.Nullable<System.TimeSpan> BaseDelay { get; init; }

Property Value

System.Nullable<System.TimeSpan>

EveRetryPolicy.MaxAttempts Property

Gets the maximum number of attempts.

public System.Nullable<int> MaxAttempts { get; init; }

Property Value

System.Nullable<System.Int32>

EveRetryPolicy.MaxDelay Property

Gets the maximum delay between retries.

public System.Nullable<System.TimeSpan> MaxDelay { get; init; }

Property Value

System.Nullable<System.TimeSpan>