  | ILoadBalancerInit Method  | 
 
            Initializes the LoadBalancer.
            
 
    Namespace: 
   Hazelcast.Client
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxvoid Init(
	ICluster cluster,
	ClientConfig config
)
Sub Init ( 
	cluster As ICluster,
	config As ClientConfig
)
void Init(
	ICluster^ cluster, 
	ClientConfig^ config
)
abstract Init : 
        cluster : ICluster * 
        config : ClientConfig -> unit 
Parameters
- cluster
 - Type: Hazelcast.CoreICluster
the Cluster this LoadBalancer uses to select members from - config
 - Type: Hazelcast.ConfigClientConfig
the ClientConfig 
See Also