Click or drag to resize
ILoadBalancingStrategyInitialise Method
Initialise the load balancer with a set of IRiakNode nodes.

Namespace:  RiakClient.Comms.LoadBalancing
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
void Initialise(
	IEnumerable<IRiakNode> nodes
)

Parameters

nodes
Type: System.Collections.GenericIEnumerableIRiakNode
The nodes to use with the load balancer.
See Also