Click or drag to resize
Akka.NETResizerResize Method
Decide if the capacity of the router need to be changed. Will be invoked when `isTimeForResize` returns true and no other resize is in progress. Return the number of routees to add or remove. Negative value will remove that number of routees. Positive value will add that number of routess. 0 will not change the routees. This method is invoked only in the context of the Router actor.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract int Resize(
	IEnumerable<Routee> currentRoutees
)

Parameters

currentRoutees
Type: System.Collections.GenericIEnumerableRoutee
TBD

Return Value

Type: Int32
TBD
See Also