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

Grpc.Net.Client.Balancer.CompletionContext

public sealed class 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(); } }