Click or drag to resize

IExecutionProfileLoadBalancingPolicy Property

Retrieves the LoadBalancingPolicy set on this profile. It's

null
if not set.

See ILoadBalancingPolicy for additional context on this setting.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
ILoadBalancingPolicy LoadBalancingPolicy { get; }

Property Value

Type: ILoadBalancingPolicy
See Also