Grpc.Net.Client.Balancer.SubchannelState
Represents subchannel state.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
public sealed class SubchannelState
{
public ConnectivityState State { get; }
public Status Status { get; }
}
}