Table of Contents

Struct EnabledGeneratorArguments

Namespace
Polly.Simmy
Assembly
Polly.Core.dll

Defines the arguments for the EnabledGenerator.

public readonly struct EnabledGeneratorArguments
Inherited Members

Constructors

EnabledGeneratorArguments(ResilienceContext)

Initializes a new instance of the EnabledGeneratorArguments struct.

public EnabledGeneratorArguments(ResilienceContext context)

Parameters

context ResilienceContext

The resilience context instance.

Properties

Context

Gets the ResilienceContext instance.

public ResilienceContext Context { get; }

Property Value

ResilienceContext