Click or drag to resize
Akka.NETTailChoppingGroup Constructor (IEnumerable<String>, TimeSpan, TimeSpan, String)
Initializes a new instance of the TailChoppingGroup class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public TailChoppingGroup(
	IEnumerable<string> routeePaths,
	TimeSpan within,
	TimeSpan interval,
	string routerDispatcher
)

Parameters

routeePaths
Type: System.Collections.Generic.IEnumerable<String>
The actor paths used by this router during routee selection.
within
Type: System.TimeSpan
The amount of time to wait for a response.
interval
Type: System.TimeSpan
The interval to wait before sending to the next routee.
routerDispatcher
Type: System.String
The dispatcher to use when passing messages to the routees.
See Also