DefaultResizer..::..Resize Method

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public int Resize(
	IEnumerable<Routee> currentRoutees
)
Public Function Resize ( _
	currentRoutees As IEnumerable(Of Routee) _
) As Integer
public:
int^ Resize(
	IEnumerable<Routee^>^ currentRoutees
)

Parameters

currentRoutees
Type: IEnumerable<(Of <(<'Routee>)>)>