Click or drag to resize
TailChoppingGroup Constructor (String, TimeSpan, TimeSpan)
Creates an instance of the TailChoppingGroup.

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public TailChoppingGroup(
	string[] routeePaths,
	TimeSpan within,
	TimeSpan interval
)

Parameters

routeePaths
Type: SystemString
The configured routee paths to use with this instance.
within
Type: SystemTimeSpan
The amount of time to wait for a response.
interval
Type: SystemTimeSpan
The interval to wait before sending to the next routee.
See Also