Struct HedgeEvent

Namespace
Kevlar
Assembly
Kevlar.dll

Describes a hedged attempt being launched.

public readonly struct HedgeEvent
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 hedge callback's returned task completes.

public KevlarContext Context { get; }

Property Value

KevlarContext