FallbackStrategyOptions
Represents the options for configuring a fallback resilience strategy.
using System.Runtime.CompilerServices;
namespace Polly.Fallback
{
[System.Runtime.CompilerServices.Nullable(new byte[] {
0,
1
})]
internal class FallbackStrategyOptions : FallbackStrategyOptions<object>
{
}
}