Click or drag to resize
TailChoppingRoutingLogic Constructor
Creates an instance of the TailChoppingRoutingLogic.

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public TailChoppingRoutingLogic(
	TimeSpan within,
	TimeSpan interval,
	Scheduler scheduler
)

Parameters

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.
scheduler
Type: Akka.ActorScheduler

[Missing <param name="scheduler"/> documentation for "M:Akka.Routing.TailChoppingRoutingLogic.#ctor(System.TimeSpan,System.TimeSpan,Akka.Actor.Scheduler)"]

See Also