IRateLimitPolicy<TResult>
Defines properties and methods common to all RateLimit policies generic-typed for executions returning results of type TResult.
namespace Polly.RateLimit
{
public interface IRateLimitPolicy<TResult> : IRateLimitPolicy, IsPolicy
{
}
}