Table of Contents

Property BaseDelay

Namespace
Millrace
Assembly
Millrace.dll

BaseDelay

The wait for Fixed, or the first one for Exponential.

public TimeSpan BaseDelay { get; init; }

Property Value

TimeSpan

Remarks

Zero is legal and means retry immediately — occasionally right for a contended resource, and a very fast way to spend the whole attempt budget when it is not.