RoundRobinPool Constructor (Int32, Resizer)

Simple form of RoundRobin constructor

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public RoundRobinPool(
	int nrOfInstances,
	Resizer resizer
)
Public Sub New ( _
	nrOfInstances As Integer, _
	resizer As Resizer _
)
public:
RoundRobinPool(
	int^ nrOfInstances, 
	Resizer^ resizer
)

Parameters

nrOfInstances
Type: Int32
The nr of instances.
resizer
Type: Akka.Routing..::..Resizer
A Resizer for specifying how to grow the pool of underlying routees based on pressure