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