Grpc.Net.Client.Balancer.CompletionContext
Context used to signal a call is complete.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
public sealed class CompletionContext
{
public BalancerAddress Address { get; set; }
public Exception Error { get; set; }
public CompletionContext();
}
}