Click or drag to resize
ScatterGatherFirstCompletedPool Constructor (Int32)
Simple form of RoundRobin constructor

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ScatterGatherFirstCompletedPool(
	int nrOfInstances
)

Parameters

nrOfInstances
Type: SystemInt32
The nr of instances.
See Also