Grpc.Net.Client.Balancer.ResolverResult
Represents the results from a Resolver.
Note: Experimental API that can change or be removed without any prior notice.
Gets a collection of resolved addresses.
Gets metadata attributes.
Gets an optional service config.
Gets an optional service config status.
Gets the status. A status other than OK indicates failure.
Create ResolverResult for failure.
Create ResolverResult for the specified addresses.
public static ResolverResult ForResult(IReadOnlyList<BalancerAddress> addresses, ServiceConfig serviceConfig, Status? serviceConfigStatus)
Create ResolverResult for the specified addresses and service config.