Click or drag to resize
Akka.NETAdjustPoolSize Constructor
Initializes a new instance of the AdjustPoolSize class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public AdjustPoolSize(
	int change
)

Parameters

change
Type: SystemInt32
The number of routees to add or subtract from the Pool.
See Also