Table of Contents

Struct InjectionRateGeneratorArguments

Namespace
Polly.Simmy
Assembly
Polly.Core.dll

Defines the arguments for the InjectionRateGenerator.

public readonly struct InjectionRateGeneratorArguments
Inherited Members

Constructors

InjectionRateGeneratorArguments(ResilienceContext)

Initializes a new instance of the InjectionRateGeneratorArguments struct.

public InjectionRateGeneratorArguments(ResilienceContext context)

Parameters

context ResilienceContext

The resilience context instance.

Properties

Context

Gets the ResilienceContext instance.

public ResilienceContext Context { get; }

Property Value

ResilienceContext