Enum ReachableHostMode
Enumerates how GetReachableHost(IEnumerable<string>, ReachableHostMode) should behave when no there are no healthy hosts.
Namespace: Neon.Net
Assembly: Neon.Common.dll
Syntax
public enum ReachableHostMode
Fields
Name | Description |
---|---|
ReturnFirst | Return the first host when no hosts respond. |
ReturnNull | Return |
Throw | Throw an exception when no hosts respond. |