<PackageReference Include="Grpc.Net.Client" Version="2.80.0-pre1" />

Grpc.Net.Client.Balancer.IBackoffPolicy

public interface IBackoffPolicy
An interface for specifying backoff duration.

Note: Experimental API that can change or be removed without any prior notice.

namespace Grpc.Net.Client.Balancer { public interface IBackoffPolicy { TimeSpan NextBackoff(); } }