Click or drag to resize
Akka.NETTailChopping Constructor
Initializes a new instance of the TailChopping class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TailChopping(
	IScheduler scheduler,
	TimeSpan within,
	TimeSpan interval
)

Parameters

scheduler
Type: Akka.ActorIScheduler
The IScheduler used to force deadlines.
within
Type: SystemTimeSpan
The time within which at least one response is expected.
interval
Type: SystemTimeSpan
The duration after which the next routee will be picked.
See Also