Grpc.Net.Client.Configuration.RetryThrottlingPolicy
The retry throttling policy for a server.
For more information about configuring throttling, see .
namespace Grpc.Net.Client.Configuration
{
public sealed class RetryThrottlingPolicy : ConfigObject
{
public int? MaxTokens { get; set; }
public double? TokenRatio { get; set; }
public RetryThrottlingPolicy();
}
}