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

Grpc.Net.Client.Balancer.IChannelControlHelper

public interface IChannelControlHelper
Provides essentials for LoadBalancer implementations.

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

Creates a Subchannel, which is a logical connection to the specified addresses. The LoadBalancer is responsible for closing unused subchannels, and closing all subchannels on shutdown.

Request the configured Resolver to refresh.

Update the balancing state. This includes a new ConnectivityState and SubchannelPicker. The state is used by currently queued and future calls.