Table of Contents

Struct RateLimiterArguments

Namespace
Polly.RateLimiting
Assembly
Polly.RateLimiting.dll

The arguments used by the RateLimiter delegate.

public readonly struct RateLimiterArguments
Inherited Members

Constructors

RateLimiterArguments(ResilienceContext)

Initializes a new instance of the RateLimiterArguments struct.

public RateLimiterArguments(ResilienceContext context)

Parameters

context ResilienceContext

Context associated with the execution of a user-provided callback.

Properties

Context

Gets the context associated with the execution of a user-provided callback.

public ResilienceContext Context { get; }

Property Value

ResilienceContext