Struct OutcomeGeneratorArguments
Arguments used by OutcomeGenerator.
public readonly struct OutcomeGeneratorArguments
- Inherited Members
Constructors
OutcomeGeneratorArguments(ResilienceContext)
Initializes a new instance of the OutcomeGeneratorArguments struct.
public OutcomeGeneratorArguments(ResilienceContext context)
Parameters
context
ResilienceContextThe resilience context instance.
Properties
Context
Gets the resilience context instance.
public ResilienceContext Context { get; }