Click or drag to resize

ILoadBalancingPolicyInitialize Method

Initialize this load balancing policy.

Note that the driver guarantees that it will call this method exactly once per policy object and will do so before any call to another of the methods of the policy.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
void Initialize(
	ICluster cluster
)

Parameters

cluster
Type: DseICluster
The information about the session instance for which the policy is created.
See Also