RandomPool Constructor (Int32)

Simple form of RandomPool constructor

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

Syntax


public RandomPool(
	int nrOfInstances
)
Public Sub New ( _
	nrOfInstances As Integer _
)
public:
RandomPool(
	int^ nrOfInstances
)

Parameters

nrOfInstances
Type: Int32
The nr of instances.