Grpc.Net.Client.Balancer.ChannelState
Represents the state for a channel. This is created from results returned by a Resolver.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
public sealed class ChannelState
{
public IReadOnlyList<BalancerAddress> Addresses { get; }
public LoadBalancingConfig LoadBalancingConfig { get; }
public Status Status { get; }
public BalancerAttributes Attributes { get; }
}
}