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