Click or drag to resize
Akka.NETClusterRouterPool Constructor
Initializes a new instance of the ClusterRouterPool class.

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ClusterRouterPool(
	Pool local,
	ClusterRouterPoolSettings settings
)

Parameters

local
Type: Akka.RoutingPool
TBD
settings
Type: Akka.Cluster.RoutingClusterRouterPoolSettings
TBD
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown when the resizer in the specified pool local is defined. A resizer cannot be used in conjunction with a cluster router.
See Also