Class ResilienceStrategyOptions
- Namespace
- Polly
- Assembly
- Polly.Core.dll
The options associated with the individual resilience strategy.
public abstract class ResilienceStrategyOptions
- Inheritance
-
ResilienceStrategyOptions
- Derived
- Inherited Members
Properties
Name
Gets or sets the name of the strategy.
public string? Name { get; set; }
Property Value
Remarks
This name uniquely identifies a particular instance of a specific strategy and is also included in the telemetry that is produced by the individual resilience strategies.