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