RealTimeConnectionManager.DnsLoadBalancingDisabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether DNS load balancing is disabled. By default, DNS load balancing is enabled.
public:
property bool DnsLoadBalancingDisabled { bool get(); void set(bool value); };
public bool DnsLoadBalancingDisabled { get; set; }
member this.DnsLoadBalancingDisabled : bool with get, set
Public Property DnsLoadBalancingDisabled As Boolean
Property Value
Remarks
Setting this property to true will disable DNS load balancing.
When enabled, DNS load balancing will rotate between addresses returned from DNS to find an address to use to reach the destination. If one of the addresses is down, then alternate addresses will be tried before retrying the original address.
It is recommended that this be configured before listening or sending request on the connection manager.