Click or drag to resize
Akka.NETRemoteRouterConfig Constructor
Initializes a new instance of the RemoteRouterConfig class.

Namespace:  Akka.Remote.Routing
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RemoteRouterConfig(
	Pool local,
	IEnumerable<Address> nodes
)

Parameters

local
Type: Akka.RoutingPool
TBD
nodes
Type: System.Collections.GenericIEnumerableAddress
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the enumeration of specified nodes is empty.
See Also