Click or drag to resize
Akka.NETTailChoppingGroup Properties

The TailChoppingGroup type exposes the following members.

Properties
  NameDescription
Public propertyInterval
The amount of time to wait before sending to the next routee.
Public propertyPaths
TBD
(Inherited from Group.)
Public propertyRouterDispatcher
Dispatcher ID to use for running the "head" actor, which handles supervision, death watch and router management messages.
(Inherited from RouterConfig.)
Public propertyStopRouterWhenAllRouteesRemoved
Specify that this router should stop itself when all routees have terminated (been removed). By Default it is `true`, unless a `resizer` is used.
(Inherited from RouterConfig.)
Public propertyWithin
The amount of time to wait for a response.
Top
See Also