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.0.9 (git 5ca22bb)
Syntax
C#
void Initialize(
	ICluster cluster
)

Parameters

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