Grpc.Net.Client.Balancer.PollingResolver
An abstract base type for Resolver implementations that use asynchronous polling logic to resolve the Uri.
PollingResolver adds a virtual ResolveAsync method. The resolver runs one asynchronous resolve task at a time. Calling Refresh on the resolver when a resolve task is already running has no effect.
Note: Experimental API that can change or be removed without any prior notice.
Gets the listener.
Initializes a new instance of the PollingResolver.
Initializes a new instance of the PollingResolver.
Executes after the resolver starts.