Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Routing
RoundRobinPool Class
RoundRobinPool Constructor
RoundRobinPool Constructor (Int32)
RoundRobinPool Constructor (Config)
RoundRobinPool Constructor (Int32, Resizer)
RoundRobinPool Constructor (Int32, Resizer, SupervisorStrategy, String, Boolean)
RoundRobinPool Constructor (Int32)
Initializes a new instance of the
RoundRobinPool
class.
Note
A
RoundRobinPool
configured in this way uses the
DefaultSupervisorStrategy
supervisor strategy.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
public
RoundRobinPool
(
int
nrOfInstances
)
new
:
nrOfInstances
:
int
->
RoundRobinPool
Parameters
nrOfInstances
Type:
System
Int32
The initial number of routees in the pool.
See Also
Reference
RoundRobinPool Class
RoundRobinPool Overload
Akka.Routing Namespace
Akka.NET Home
|
Learn Akka.NET