Interface IServerAddressResolver
Used by routing driver to resolve the initial address used to create the driver. Such resolution happens: 1) during the very first rediscovery when driver is created. 2) when all the known routers from the current routing table have failed and driver needs to fallback to the initial address.
public interface IServerAddressResolver
- Extension Methods
Methods
- Resolve(ServerAddress)
Given a server address with host name and port defined in ServerAddress, returns the resolved server addresses with host name and port saved in a set of ServerAddress.