| AdjustPoolSize Constructor |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public AdjustPoolSize(
int change
)
new :
change : int -> AdjustPoolSize
Parameters
- change
- Type: SystemInt32
The number of routees to add or subtract from the Pool.
See Also