Click or drag to resize
PoliciesDefaultLoadBalancingPolicy Property
The default load balancing policy.

The default load balancing policy is TokenAwarePolicy with DCAwareRoundRobinPolicy as child policy.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public static ILoadBalancingPolicy DefaultLoadBalancingPolicy { get; }

Property Value

Type: ILoadBalancingPolicy
See Also