Click or drag to resize
Akka.NETPoolGetNrOfInstances 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 abstract int GetNrOfInstances(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem
The actor system that owns this router.

Return Value

Type: Int32
The number of routees associated with this pool.
See Also