| DefaultResizerResize Method |
TBD
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public override int Resize(
IEnumerable<Routee> currentRoutees
)
abstract Resize :
currentRoutees : IEnumerable<Routee> -> int
override Resize :
currentRoutees : IEnumerable<Routee> -> int
Parameters
- currentRoutees
- Type: System.Collections.GenericIEnumerableRoutee
TBD
Return Value
Type:
Int32TBD
See Also