Click or drag to resize
Akka.NETRoundRobinPool Constructor
Overload List
  NameDescription
Public methodRoundRobinPool(Int32)
Initializes a new instance of the RoundRobinPool class.
Note Note
A RoundRobinPool configured in this way uses the DefaultSupervisorStrategy supervisor strategy.
Public methodRoundRobinPool(Config)
Initializes a new instance of the RoundRobinPool class.
Public methodRoundRobinPool(Int32, Resizer)
Initializes a new instance of the RoundRobinPool class.
Note Note
A RoundRobinPool configured in this way uses the DefaultSupervisorStrategy supervisor strategy.
Public methodRoundRobinPool(Int32, Resizer, SupervisorStrategy, String, Boolean)
Initializes a new instance of the RoundRobinPool class.
Top
See Also