Table of Contents

Struct FaultGeneratorArguments

Namespace
Paramore.Fences.Simmy.Fault
Assembly
Paramore.Fences.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