Grpc.Net.Client.Balancer.SubchannelsLoadBalancer
An abstract LoadBalancer that manages creating Subchannel instances
from addresses. It is designed to make it easy to implement a custom picking policy by overriding
CreatePicker and returning a custom SubchannelPicker.
Note: Experimental API that can change or be removed without any prior notice.
Gets the controller.
Gets the connectivity state.
Initializes a new instance of the SubchannelsLoadBalancer class.
Creates a SubchannelPicker for the specified Subchannel instances.
This method can be overriden to return new a SubchannelPicker implementation
with custom load balancing logic.