| ClusterRouterPoolGetNrOfInstances Method |
Returns the initial number of routees
Namespace:
Akka.Cluster.Routing
Assembly:
Akka.Cluster (in Akka.Cluster.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 to which this router belongs.
Return Value
Type:
Int32The initial number of routees
See Also