Click or drag to resize
Akka.NETTailChoppingGroup Constructor (Config)
Initializes a new instance of the TailChoppingGroup class.

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

Parameters

config
Type: Akka.ConfigurationConfig
The configuration to use to lookup paths used by the group router.
Note Note
If 'routees.path' is defined in the provided configuration then those paths will be used by the router. If 'within' is defined in the provided configuration then that will be used as the timeout. If 'tail-chopping-router.interval' is defined in the provided configuration then that will be used as the interval.
See Also