Struct HedgeDelayEvent
- Namespace
- Kevlar
- Assembly
- Kevlar.dll
Describes an additional hedged attempt whose stagger delay is being selected.
public readonly struct HedgeDelayEvent
- Inherited Members
Properties
AttemptNumber
The zero-based execution attempt number (1 = first hedge after the initial attempt).
public int AttemptNumber { get; }
Property Value
Context
The ambient execution context. It is pooled; do not retain it after the generator completes.
public KevlarContext Context { get; }
Property Value
Elapsed
The elapsed time since the primary attempt started.
public TimeSpan Elapsed { get; }