Click or drag to resize

IExecutionProfileBuilderWithLoadBalancingPolicy Method

Sets the load balancing policy. See ILoadBalancingPolicy for additional context on this setting. If no load balancing policy is set through this method, DefaultLoadBalancingPolicy will be used instead.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
IExecutionProfileBuilder WithLoadBalancingPolicy(
	ILoadBalancingPolicy loadBalancingPolicy
)

Parameters

loadBalancingPolicy
Type: DseILoadBalancingPolicy

Return Value

Type: IExecutionProfileBuilder
This builder.
See Also