MonkeyStrategyOptions
The options associated with the MonkeyStrategy.
using System.Runtime.CompilerServices;
namespace Polly.Simmy
{
[System.Runtime.CompilerServices.Nullable(new byte[] {
0,
1
})]
internal abstract class MonkeyStrategyOptions : MonkeyStrategyOptions<object>
{
}
}