Click or drag to resize
Akka.NETRoundRobinRoutingLogic Constructor (Int32)
Initializes a new instance of the RoundRobinRoutingLogic class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RoundRobinRoutingLogic(
	int next
)

Parameters

next
Type: SystemInt32
The index to use when starting the selection process. Note that it will start at (next + 1).
See Also