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

Grpc.Net.Client.Balancer.LoadBalancerFactory

public abstract class LoadBalancerFactory
Factory for creating new LoadBalancer instances. A factory is used when the load balancer config name matches the factory name.

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

public abstract string Name { get; }

Gets the load balancer factory name. A factory is used when the load balancer config name matches the factory name.

protected LoadBalancerFactory()

public abstract LoadBalancer Create(LoadBalancerOptions options)

Creates a new LoadBalancer with the specified options.