Table of Contents

Struct OutcomeGeneratorArguments

Namespace
Polly.Simmy.Outcomes
Assembly
Polly.Core.dll

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 ResilienceContext

The resilience context instance.

Properties

Context

Gets the resilience context instance.

public ResilienceContext Context { get; }

Property Value

ResilienceContext