| RoundRobinPoolGetNrOfInstances Method |
Used by the RoutedActorCell to determine the initial number of routees.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public override int GetNrOfInstances(
ActorSystem sys
)
abstract GetNrOfInstances :
sys : ActorSystem -> int
override GetNrOfInstances :
sys : ActorSystem -> int
Parameters
- sys
- Type: Akka.ActorActorSystem
The actor system that owns this router.
Return Value
Type:
Int32The number of routees associated with this pool.
See Also