Grpc.Net.Client.Balancer.RoundRobinBalancerFactory
A LoadBalancerFactory that matches the name round_robin
and creates RoundRobinBalancer instances.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
public sealed class RoundRobinBalancerFactory : LoadBalancerFactory
{
public RoundRobinBalancerFactory();
}
}