RateLimitPolicy<TResult>
public class RateLimitPolicy<TResult> : Policy<TResult>, IRateLimitPolicy<TResult>, IRateLimitPolicy, IsPolicy
A rate-limit policy that can be applied to synchronous delegates returning a value of type TResult.