Click or drag to resize
TailChoppingPoolWithResizer Method
Sets the resizer 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 WithResizer(
	Resizer resizer
)

Parameters

resizer
Type: Akka.RoutingResizer

[Missing <param name="resizer"/> documentation for "M:Akka.Routing.TailChoppingPool.WithResizer(Akka.Routing.Resizer)"]

Return Value

Type: TailChoppingPool
The tail chopping pool.
See Also