| ConsistentHashingPoolGetNrOfInstances 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 system
)
abstract GetNrOfInstances :
system : ActorSystem -> int
override GetNrOfInstances :
system : ActorSystem -> int
Parameters
- system
- Type: Akka.ActorActorSystem
The actor system that owns this router.
Return Value
Type:
Int32The number of routees associated with this pool.
See Also