Grpc.Net.Client.Balancer.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);
}
}