IRateLimitPolicy<TResult>
Defines properties and methods common to all RateLimit policies generic-typed for executions returning results of type TResult.
using System.Runtime.CompilerServices;
namespace Polly.RateLimit
{
public interface IRateLimitPolicy<[System.Runtime.CompilerServices.Nullable(2)] TResult> : IRateLimitPolicy, IsPolicy
{
}
}