Click or drag to resize

ILoadBalancerInit Method

Initializes the LoadBalancer.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
void Init(
	ICluster cluster,
	ClientConfig config
)

Parameters

cluster
Type: Hazelcast.CoreICluster
the Cluster this LoadBalancer uses to select members from
config
Type: Hazelcast.ConfigClientConfig
the ClientConfig
See Also