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

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.

Called when a subchannel call is completed.

void Start()

Called when a subchannel call is started after a load balance pick.