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

Grpc.Net.Client.Balancer.ISubchannelCallTracker

public interface ISubchannelCallTracker
An interface for tracking subchannel calls.

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

namespace Grpc.Net.Client.Balancer { public interface ISubchannelCallTracker { void Start(); void Complete(CompletionContext context); } }