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

Grpc.Net.Client.Balancer.BalancerAttributesKey<TValue>

public struct BalancerAttributesKey<TValue>
Represents the key used to get and set BalancerAttributes values.

Note: Experimental API that can change or be removed without any prior notice.

namespace Grpc.Net.Client.Balancer { public readonly struct BalancerAttributesKey<[System.Runtime.CompilerServices.Nullable(2)] TValue> { public string Key { get; } public BalancerAttributesKey(string key); } }