Click or drag to resize
TailChoppingPoolWithDispatcher Method
Sets the router dispatcher to use for the pool.

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public TailChoppingPool WithDispatcher(
	string dispatcherId
)

Parameters

dispatcherId
Type: SystemString

[Missing <param name="dispatcherId"/> documentation for "M:Akka.Routing.TailChoppingPool.WithDispatcher(System.String)"]

Return Value

Type: TailChoppingPool
The tail chopping pool.
See Also