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

int

Context

The ambient execution context. It is pooled; do not retain it after the generator completes.

public KevlarContext Context { get; }

Property Value

KevlarContext

Elapsed

The elapsed time since the primary attempt started.

public TimeSpan Elapsed { get; }

Property Value

TimeSpan