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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
ILoadBalancingPolicy LoadBalancingPolicy { get; }

Property Value

Type: ILoadBalancingPolicy
See Also