Table of Contents

Struct FaultGeneratorArguments

Namespace
Polly.Simmy.Fault
Assembly
Polly.Core.dll

Arguments used by the fault chaos strategy to ge the fault that is going to be injected.

public readonly struct FaultGeneratorArguments
Inherited Members

Constructors

FaultGeneratorArguments(ResilienceContext)

Initializes a new instance of the FaultGeneratorArguments struct.

public FaultGeneratorArguments(ResilienceContext context)

Parameters

context ResilienceContext

The resilience context instance.

Properties

Context

Gets the resilience context instance.

public ResilienceContext Context { get; }

Property Value

ResilienceContext