<PackageReference Include="Polly.Core" Version="8.4.1" />

ChaosLatencyStrategyOptions

Represents the options for the latency chaos strategy.
public TimeSpan Latency { get; set; }

Gets or sets the latency to be injected for a given execution.

Gets or sets the latency generator that generates the delay for a given execution.

Gets or sets the delegate that's raised when a latency is injected.

Initializes a new instance of the ChaosLatencyStrategyOptions class.