<PackageReference Include="Grpc.Net.Client" Version="2.71.0" />

Grpc.Net.Client.Balancer.BalancerState

public sealed class 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); } }