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