Grpc.Net.Client.Internal.OperatingSystem
namespace Grpc.Net.Client.Balancer
{
public interface IChannelControlHelper
{
Subchannel CreateSubchannel(SubchannelOptions options);
void UpdateState(BalancerState state);
void RefreshResolver();
}
}