Click or drag to resize

Policies Methods

The Policies type exposes the following members.

Methods
  NameDescription
Public methodStatic memberNewDefaultLoadBalancingPolicy
Creates a new instance of the default load balancing policy with the provided local datacenter. This is equivalent to:
new TokenAwarePolicy(new DCAwareRoundRobinPolicy(localDc))
Top
See Also