Click or drag to resize
Akka.NETRouterConfig Constructor (String)
Initializes a new instance of the RouterConfig class.
Note Note
This method defaults to setting the dispatcher to use the DefaultDispatcherId.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected RouterConfig(
	string routerDispatcher
)

Parameters

routerDispatcher
Type: SystemString
The dispatcher to use when passing messages to routees.
See Also