Struct FaultGeneratorArguments
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
ResilienceContextThe resilience context instance.
Properties
Context
Gets the resilience context instance.
public ResilienceContext Context { get; }