Table of Contents

Struct LatencyGeneratorArguments

Namespace
Polly.Simmy.Latency
Assembly
Polly.Core.dll

Arguments used by the LatencyGenerator.

public readonly struct LatencyGeneratorArguments
Inherited Members

Constructors

LatencyGeneratorArguments(ResilienceContext)

Initializes a new instance of the LatencyGeneratorArguments struct.

public LatencyGeneratorArguments(ResilienceContext context)

Parameters

context ResilienceContext

The resilience context instance.

Properties

Context

Gets the resilience context instance.

public ResilienceContext Context { get; }

Property Value

ResilienceContext