Grpc.Net.Client.Balancer.PickFirstBalancer
A LoadBalancer that attempts to connect to addresses until a connection
is successfully made. gRPC calls are all made to the first successful connection.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
internal sealed class PickFirstBalancer : LoadBalancer
{
public PickFirstBalancer(IChannelControlHelper controller, ILoggerFactory loggerFactory);
}
}