<PackageReference Include="Grpc.Net.Client" Version="2.76.0" />

Grpc.Net.Client.Configuration.RetryThrottlingPolicy

public sealed class RetryThrottlingPolicy : ConfigObject
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(); } }