Grpc.Net.Client.Balancer.BalancerState
Represents the balancer state.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
public sealed class BalancerState
{
public ConnectivityState ConnectivityState { get; }
public SubchannelPicker Picker { get; }
public BalancerState(ConnectivityState connectivityState, SubchannelPicker picker);
}
}