Class ChannelState
Inherited Members
Namespace: Grpc.Net.Client.Balancer
Assembly: Grpc.Net.Client.dll
Syntax
public sealed class ChannelState
Properties
Addresses
Declaration
public IReadOnlyList<BalancerAddress>? Addresses { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<BalancerAddress> |
Attributes
Declaration
public BalancerAttributes Attributes { get; }
Property Value
Type | Description |
---|---|
BalancerAttributes |
LoadBalancingConfig
Declaration
public LoadBalancingConfig? LoadBalancingConfig { get; }
Property Value
Type | Description |
---|---|
LoadBalancingConfig |
Status
Declaration
public Status Status { get; }
Property Value
Type | Description |
---|---|
Status |