Click or drag to resize
Akka.NETTailChoppingPool Constructor (Config)
Initializes a new instance of the TailChoppingPool class.
Note Note
'nr-of-instances', 'within', and 'tail-chopping-router.interval' must be defined in the provided configuration.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TailChoppingPool(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration used to configure the pool.
See Also