Click or drag to resize
Akka.NETClusterRouterPoolGetNrOfInstances 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
)

Parameters

system
Type: Akka.ActorActorSystem
The actor system to which this router belongs.

Return Value

Type: Int32
The initial number of routees
See Also