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:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
void Initialize(
	ICluster cluster
)

Parameters

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